I'm having trouble getting `openssl pkcs8` to complete.

openssl genrsa -out rsa-priv.pem 1024
openssl pkcs8 -in rsa-priv.pem -inform PEM -topk8 -v1 PBE-SHA1-RC4-128
-iter 1000 \
        -out rsa-enc-priv-v1.pem -passout pass:test

When the second command runs, the help is dumped.

I noticed the man page lists the -iter option
(https://www.openssl.org/docs/apps/pkcs8.html), but the help printed
on failure does not.

Any ideas how to make the command work?

*****

Which: /usr/local/ssl/macosx-x64/bin/openssl
Version: OpenSSL 1.0.1g 7 Apr 2014
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [email protected]
Automated List Manager                           [email protected]

Reply via email to