Currently, I'm using openssl req -x509 to create root certificates and
openssl x509 to create all other certificates. I'm using the openssl
x509 parameters -CAserial and -CAcreateserial to let OpenSSL
automatically increment and manage the serial number upon updating the
non-root certificates.
I just realized that passin works. Should the man page be updated?
Thanks again!
On 7/2/2010 11:22 AM, Jakob Bohm wrote:
On 01-07-2010 14:29, Jon Kristensen wrote:
Looking at the man page for openssl x509* I can't find any password
(passin/passout) arguments. However, when I run the co
s/apps/req.html
***) http://www.openssl.org/docs/apps/rsa.html
Do you care to clarify?
Thanks!
Best,
Jon Kristensen
On 7/2/2010 11:22 AM, Jakob Bohm wrote:
On 01-07-2010 14:29, Jon Kristensen wrote:
Looking at the man page for openssl x509* I can't find any password
(passin/passout) argume
Looking at the man page for openssl x509* I can't find any password
(passin/passout) arguments. However, when I run the command, I get
prompted for the certificate pass phrase. How am I supposed to provide
the certificate pass phrase?
Thank you in advance!
Warm regards,
Jon Krist