Tagged Questions
3
votes
3answers
2k views
OpenSSL x509 Purpose flag “Any Purpose” What is this?
Looking at the details of a certificate using the following:
openssl x509 -noout -text -purpose -in mycert.pem
I find a bunch of purpose flags (which I've discovered are set by the various ...