mirror of
https://github.com/laurivosandi/certidude
synced 2025-09-06 22:00:56 +00:00
Passphraseless PKCS#12 doesn't play well with Firefox
This commit is contained in:
@@ -272,7 +272,7 @@ def generate_pkcs12_bundle(common_name, key_size=4096, owner=None):
|
||||
)
|
||||
p12.set_certificate( cert._obj )
|
||||
p12.set_ca_certificates([certificate._obj])
|
||||
return p12.export(), cert
|
||||
return p12.export("1234"), cert
|
||||
|
||||
|
||||
@publish_certificate
|
||||
|
Reference in New Issue
Block a user