When I try to get the OCSP url out of a certificate I am presented with the 
ironical response:
$ openssl x509 -in cert.pem   -ocspurl -nout
unknown option -ocspurl                                                        
usage: x509 args                                                               
...
 -ocspurl        - print OCSP Responder URL(s)


Looking trough the code I found ocsp_uri is the real option:
$ openssl x509 -in cert.pem  -ocsp_uri -noout
http://ocsp.cacert.org

Can the help documentation please match the implementation.

This option also appears to be missing from the man page.

Daniel.

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [email protected]
Automated List Manager                           [email protected]

Reply via email to