New Certifcates are all signed by an unknown authority. #1249
-
Hey! I am quite new with step ca so probably I just did some stupid error. I installed Step-Ca with that Documentation: https://smallstep.com/docs/step-ca/getting-started With that I created a root and a intermedia ca cert. Now when I create a client cert via this command: But now when I want to acces the the website with https it says the cert is not trusted. With that I tried using But when i try So why does my machine only trust the root ca and not the intermedia and if I need to trust the intermedia also why isnt it automatacly installed on the machine with: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
You need to install your root certificate in your truststore. To do this you can run:
See the flags using |
Beta Was this translation helpful? Give feedback.
You need to install your root certificate in your truststore. To do this you can run:
See the flags using
step certificate install --help
for the install options.