Replies: 1 comment
-
|
Hey @pcace, your first From the part just before that, it seems that the certificate was installed successfully, but maybe it was put in the wrong place and/or maybe That said, just using |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there,
its very possible that i have just not understood the manual correctly, i am just starting to figure out how to use smallstep.
here is my probkem. i have followed the quickstart here: https://hub.docker.com/r/smallstep/step-ca
to install step-ca in my docker environment.
docker run -d --name smallstep-ca \ -v step:/home/step \ -p 9000:9000 \ -e "DOCKER_STEPCA_INIT_NAME=Smallstep" \ -e "DOCKER_STEPCA_INIT_DNS_NAMES=localhost,$(hostname -f)" \ -e "DOCKER_STEPCA_INIT_REMOTE_MANAGEMENT=true" \ -e "DOCKER_STEPCA_INIT_SSH=true" \ --restart unless-stopped \ smallstep/step-cathen i did follow up with:
and tried this:
curl https://localhost:9000/healthbut get the error that the certificate is wrong:
from my understanding i need the full chain for curl to be able to accept the certificate. so root + intermediate certififate.
if that understanding is correct, what am i doing wrong here or how can i configure the machine to trust the whole chain? or do i need to reconfigure the step config?
any help would be great how to proceed from here!
the goal is to use smallstep to manage ssh keys for servers and users.
thanks a lot for help and ideas!
Beta Was this translation helpful? Give feedback.
All reactions