--ca | If specified without a value, a CA Root Certificate will be generated. If specified with a value, then the value should be the path to a CA Root Certificate. |
--commonName ,
--domain
--cn
--common | Domain name to use for certificate. If prefixed with a *. , then a wildcard certificate will be generated. |
--country
--c | Country code value to use for the certificate. |
--county
--locality
--l | County/Locality value to use for the certificate. |
--days | Number of days that this certificate is valid. Default = 398 |
--email | Email address value to use for the certificate. |
--ip | IP Addresses to use for EXT data in certificate. Can be specified multiple times for multiple IP addresses. Default = 127.0.0.1 |
--organization
--org
--o | Organization value to use for the certificate. |
--state
--st | State code value to use for the certificate. |
--unit
--ou | Unit value to use for the certificate. |
--wildcard
--wild | If given, then the certificate will be generated as a wildcard certificate. |