step-ca
step-ca
step-ca
in a Docker containerstep-ca
step-ca
step-ca
in a Docker containerstep certificate install
step certificate install -- install a root certificate in the system truststore
step certificate install <crt-file>
[--prefix=<name>] [--all]
[--java] [--firefox] [--no-system]
step certificate install installs a root certificate in the system truststore.
Java and Firefox truststores are also supported via the respective flags.
crt-file
Certificate to install in the system truststore
--prefix=name
The prefix used to name
the CA in the truststore. Defaults to the
certificate common name.
--java install on the Java key store
--firefox install on the Firefox NSS security database
--no-system disables the install on the system truststore
--all install on the system, Firefox and Java truststores
Install a certificate in the system truststore:
$ step certificate install root-ca.pem
Install a certificate in all the supported truststores:
$ step certificate install --all root-ca.pem
Install a certificate in Firefox and the system truststore:
$ step certificate install --firefox root--ca.pem
Install a certificate in Java and the system truststore:
$ step certificate install --java root-ca.pem
Install a certificate in Firefox, Java, but not in the system truststore:
$ step certificate install --firefox --java --no-system root-ca.pem
Unsubscribe anytime. See our privacy policy.
© 2023 Smallstep Labs, Inc. All rights reserved.