BATS fell down pushing a process into the background, so I switched to shunit2 /...
[certmaster.git] / scripts / certmaster-request
index 4c14443..6b3414f 100755 (executable)
@@ -33,4 +33,4 @@ if __name__ == "__main__":
     
     (opts, args) = parser.parse_args()
 
-    requester.request_cert(hostname=opts.hostname, ca=opts.ca)
+    requester.request_cert(hostname=opts.hostname, ca_name=opts.ca)