curl https://localhost:9000/health with the result of curl : Unable to connect to the remote server at line:1 char:1 #2510
-
|
Running Step-CA in an Unraid Docker with a static assigned IP. After running: step ca bootstrap -ca-url [IP/port 9000] --fingerprint I get the output of: I noticed I did not get the line, "Installing the root certificate in the system truststore . . . Installing the root certificate in the system truststore... Running: curl https://localhost:9000/health Any help as to where I go from here would be appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Hi, I had the same issue when following the documentation here: https://smallstep.com/docs/tutorials/docker-tls-certificate-authority/. The command actually is Hope this helps. I'll reach out to Smallstep to fix the docs. |
Beta Was this translation helpful? Give feedback.
Hi, I had the same issue when following the documentation here: https://smallstep.com/docs/tutorials/docker-tls-certificate-authority/. The command actually is
step ca bootstrap --ca-url https://localhost:9000 --fingerprint $CA_FINGERPRINT --installand then thecurl https://localhost:9000/healthwill return{"status":"ok"}Hope this helps. I'll reach out to Smallstep to fix the docs.