Serials and root certificates

2010-07-04 Thread Jon Kristensen
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.

Re: Password (passin/passout) parameters for openssl x509

2010-07-02 Thread Jon Kristensen
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

Re: Password (passin/passout) parameters for openssl x509

2010-07-02 Thread Jon Kristensen
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

Password (passin/passout) parameters for openssl x509

2010-07-01 Thread Jon Kristensen
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