Explorar el Código

fixed cert generation

master
Robin Thoni hace 8 años
padre
commit
2afbfebb89
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      vpngen.py

+ 1
- 1
vpngen.py Ver fichero

@@ -165,7 +165,7 @@ class VpnGen:
165 165
 
166 166
         call([".%sclean-all" % os.sep])
167 167
         call([pkitool, "--initca", "-batch"])
168
-        call([pkitool, "server", "-batch"])
168
+        call([pkitool, "--server", "server", "-batch"])
169 169
         call([".%sbuild-dh" % os.sep])
170 170
         call(["openssl", "ca", "-gencrl",
171 171
               "-keyfile", "keys%sca.key" % os.sep,

Loading…
Cancelar
Guardar