Re: Openssl

2008-04-19 Thread Otto Roberson Bertsch
One method: *openssl x509 -in "cert-name.pem" -noout -text -purpose | more *substitute the name of your certificate for "cert-name.pem". http://www.debian-administration.org/articles/284 On Fri, Apr 18, 2008 at 4:35 PM, Chuck Aaron <[EMAIL PROTECTED]> wrote: > What is the command please to view

Usage of extensions basicconstraints from CLI

2008-04-16 Thread Otto Roberson Bertsch
Hello, I am attempting to create a self-signed x509 cert. with basic constraints set to critical,CA:true,pathlen:5 using the following command (and various permutations of the same): "openssl req -new -key /etc/apache2/key-ca.pem -x509 -extensions basicConstraints=critical,CA:TRUE,pathlen:5 -days