mirror of
https://github.com/laurivosandi/certidude
synced 2024-12-22 16:25:17 +00:00
Passphraseless PKCS#12 doesn't play well with Firefox
This commit is contained in:
parent
94757cf25c
commit
dae282973e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user