cert-gen ca
- 29 Oct 2024
-
DarkLight
-
PDF
cert-gen ca
- Updated on 29 Oct 2024
-
DarkLight
-
PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
iagctl cert-gen ca
Generate a Certificate Authority (CA)
iagctl cert-gen ca [flags]
Options
-h, --help help for ca
Options Inherited from Parent Commands
--cn string Common Name for the certificate
--config string Path to the configuration file
--country string Country for the certificate (default "US")
--expiry int Number of days until the certificate expires (default 365)
--key-algo string Key algorithm (rsa, ecdsa) (default "rsa")
--key-size int Key size in bits (default 2048)
--locality string Locality for the certificate (default "Atlanta")
--name string Name for the certificate files
--org string Organization for the certificate (default "Automation")
--ou string Organizational Unit for the certificate (default "Development")
--output string Output directory for the certificates (default ".")
--raw Displays the result of the command in its raw format
--sans strings Subject Alternative Names (SANs) for the certificate
--state string State for the certificate (default "Georgia")
--verbose Enable verbose output
CLI References
Related cert-gen
commands are listed below:
For all CLI commands see → Command References Index
Was this article helpful?