Browse Source

fixed cert generation

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

+ 1
- 1
vpngen.py View File

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