the irony:
$ openssl x509 -in cert.pem   -ocspurl -nout
unknown option -ocspurl                                                        
usage: x509 args                                                               
...
 -ocspurl        - print OCSP Responder URL(s)

The working bit:
$ openssl x509 -in cert.pem  -ocsp_uri -noout
http://ocsp.cacert.org

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

Reply via email to