software:openssl:createca
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
software:openssl:createca [2025/10/19 03:49] – rodolico | software:openssl:createca [2025/10/19 03:55] (current) – rodolico | ||
---|---|---|---|
Line 121: | Line 121: | ||
* //-out// - name of the output file. | * //-out// - name of the output file. | ||
+ | ==== Modify openssl.cnf ==== | ||
+ | <code conf> | ||
+ | [ ca ] | ||
+ | default_ca = CA_default | ||
- | Country Name (2 letter code) [AU]:US | + | [ CA_default |
- | State or Province Name (full name) [Some-State]: | + | dir = ./ |
- | Locality Name (eg, city) []:Dallas | + | database |
- | Organization Name (eg, company) [Internet Widgits Pty Ltd]:Daily Data | + | new_certs_dir |
- | Organizational Unit Name (eg, section) []:Home Office | + | certificate |
- | Common Name (e.g. server FQDN or YOUR name) []:Rod | + | private_key |
- | Email Address []: | + | default_md |
+ | preserve | ||
+ | policy | ||
+ | [ policy_any ] | ||
+ | countryName | ||
+ | stateOrProvinceName | ||
+ | organizationName | ||
+ | organizationalUnitName | ||
+ | commonName | ||
+ | emailAddress | ||
+ | </ |
software/openssl/createca.1760863792.txt.gz · Last modified: 2025/10/19 03:49 by rodolico