Peter Wu
changed
bug 10038
What |
Removed |
Added |
Attachment #12726 is obsolete |
|
1
|
Comment # 1
on bug 10038
from Peter Wu
Created attachment 12729 [details]
ca.p12 (for ssl_keys, password "password")
The previous key triggers an error because the contents were not properly
encrypted.
Created from a Webscarab .keystore using:
keytool -importkeystore -srckeystore .keystore -srcstorepass password
-deststorepass password -destkeystore ca.p12 -deststoretype pkcs12 -noprompt
-alias ca
To see its contents, you can use:
openssl pkcs12 -in ca.p12 -info -cacerts -passin pass:password -nodes
You are receiving this mail because:
- You are watching all bug changes.