Remotely creating a ssh host certificate #2070
-
Hello, We're using smallstep to create and renew certificates. Everything is working. I can succesfully create an SSH host certificate on the machine that hosts the step-ca using the following command (usingJWK provisioner): However, when I try to do it remotely (using JWK again): Same when I try to renew my previously generated certificat using this this SSHPOP provisioner:
Does anyone have an idea where the issue could come from ? I already set the "EnableSSHCA" in all my provisioners claims. Thank you! SSHPOP configuration (if it can help):
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
What provisioner are you using to issue the certificate? On the remote machine, does |
Beta Was this translation helpful? Give feedback.
-
Hello, And to answer your question i was using the JWK provider. Thank you for your answers |
Beta Was this translation helpful? Give feedback.
Hello,
I closed the issue, i found the solution.
For some reasons the step ca domain names in ca.json was in capital letters, i guess step is case sensitive in that case, because if you don't use capital letters in the --ca-url, it won't work.
Anyway, i removed the capital letters and it is working as expected.
And to answer your question i was using the JWK provider.
Thank you for your answers