Browse Source

fixed cert generation

master
Robin Thoni 8 years ago
parent
commit
642683c199
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      vpngen.py

+ 1
- 1
vpngen.py View File

@@ -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…
Cancel
Save