Generate a no password pkcs12 file.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@19772 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -126,6 +126,18 @@ openssl pkcs12 \
|
||||
-caname sub-ca \
|
||||
-caname ca
|
||||
|
||||
openssl pkcs12 \
|
||||
-keypbe NONE \
|
||||
-certpbe NONE \
|
||||
-export \
|
||||
-in test.crt \
|
||||
-inkey test.key \
|
||||
-passout pass:foobar \
|
||||
-out test-nopw.p12 \
|
||||
-name "friendlyname-cert" \
|
||||
-certfile ca.crt \
|
||||
-caname ca
|
||||
|
||||
openssl smime \
|
||||
-sign \
|
||||
-nodetach \
|
||||
|
Reference in New Issue
Block a user