step ca roots
NAME
step ca roots – download all the root certificates
USAGE
step ca roots roots-file
[–ca-url=uri
] [–root=file
]
DESCRIPTION
step ca roots downloads a certificate bundle with all the root certificates.
POSITIONAL ARGUMENTS
roots-file
- File to write all the root certificates (PEM format)
OPTIONS
- –ca-url=
URI
URI
of the targeted Step Certificate Authority.- –root=
file
- The path to the PEM
file
used as the root certificate authority. - -f=
value
, –force=value
- Force the overwrite of files without asking.
EXAMPLES
Download the roots with flags set by step ca bootstrap
:
$ step ca roots roots.pem
Download the roots with custom flags:
$ step ca roots roots.pem \
--ca-url https://ca.example.com \
--root /path/to/root_ca.crt