Explorar el Código

fixed cert generation

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

+ 1
- 1
vpngen.py Ver fichero

@@ -164,7 +164,7 @@ class VpnGen:
164 164
         self.setup_vars(vpn_name, variables)
165 165
 
166 166
         call([".%sclean-all" % os.sep])
167
-        call([pkitool, "--initca"])
167
+        call([pkitool, "--initca", "-batch"])
168 168
         call([pkitool, "server", "-batch"])
169 169
         call([".%sbuild-dh" % os.sep])
170 170
         call(["openssl", "ca", "-gencrl",

Loading…
Cancelar
Guardar