-
Notifications
You must be signed in to change notification settings - Fork 294
[Bug]: cannot install certs on debian #1043
Copy link
Copy link
Closed
Labels
bugneeds triageWaiting for discussion / prioritization by teamWaiting for discussion / prioritization by team
Milestone
Description
Hi,
Steps to Reproduce
- The step CLI is installed locally from the latest debian package
- 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:
Produces the following output:
$ step ca bootstrap --ca-url=https://localhost:9000 --fingerprint <ca-fingerprint> --install
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 - Running the following command:
Produces the following output:
$ step certificate install /home/<user>/.step/certs/root_ca.crt
failed to install /home/<user>/.step/certs/root_ca.crt: install is not supported on this system
Your Environment
- OS - Debian Sid
stepCLI Version - 0.25.0
Expected 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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugneeds triageWaiting for discussion / prioritization by teamWaiting for discussion / prioritization by team