You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A private CA is running from a docker container using the official image:
$ step ca health --ca-url=https://localhost:9000
ok
Running the following command:
$ step ca bootstrap --ca-url=https://localhost:9000 --fingerprint <ca-fingerprint> --install
Produces the following output:
The root certificate has been saved in /home/<user>/.step/certs/root_ca.crt.
The authority configuration has been saved in /home/<user>/.step/config/defaults.json.
Installing the root certificate in the system truststore...
install is not supported on this system
Hi,
Steps to Reproduce
Your Environment
step
CLI Version - 0.25.0Expected Behavior
The root CA certificate should be installed in the specified trustores.
Actual Behavior
Installation fails.
Additional context
Using the step cli built from source from the master branch yields the same results.
FWIW,
mkcert
has no problem installing certs on this machine.See also: smallstep/truststore#23
The text was updated successfully, but these errors were encountered: