Collections:
Other Resources:
OpenSSL "policy" Options for "ca" Command
What are policy options in the configuration file for the OpenSSL "ca" command?
✍: FYIcenter.com
Policy options in the configuration file are used by the OpenSSL "ca" command
for 2 purposes:
Policy options must provided in a named section, like [my_ca_policy], in the configuration file. Then you can:
A policy option is defined with the DN field name and one of 3 possible values: "optional" - value not required for this DN field, "supplied" - value required for this DN field, "match" - value must match between subject and issuer.
Below is a good example of policy option section. It requires only the "commonName" field to have value. And "commonName" will be listed as the first field in the subject.
# section for DN field validation and order [my_ca_policy] commonName = supplied countryName = optional stateOrProvinceName = optional localityName = optional organizationName = optional organizationalUnitName = optional emailAddress = optional
⇒ Simple Working Configuration File for OpenSSL "ca"
2016-09-04, ∼6244🔥, 0💬
Popular Posts:
Certificate Summary: Subject: Yandex Mail Service Issuer: YandexExternalCA Expiration: 2014-01-17 15...
How to see the list of root CA certificates used by IE (Internet Explorer)? To see the list of trust...
Certificates of top 20 Websites on the web: Google.com Youtube.com Facebook.com Baidu.com Wikipedia....
How to decode an X.509 certificate and view its content? To help you to decode X.509 certificate and...
Certificate summary - Owner: www.flipkart.com + SERIALNUMBER=U51909KA201 1PTC060489,IT, OID.2.5.4.15...