Create SSH Certificate #1935
Unanswered
CoderMcDaniel
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Hi! The Hope this helps— |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am using the 0.26.2 step-ca container. I have initialized the CA with the following:
step ca init --ssh --root /home/step/certs/root_ca.crt --key /home/step/secrets/root_ca_key
I am then trying to create a user SSH certificate with the following:
step ssh certificate <user> id_ecdsa
. When I run this command, I select the SSHPOP provisioner created at initialization. This runs and gives me the following message: "SSHPOP requires the '--sshpop-cert' flag".I cannot figure out how to implement that flag. Any ideas?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions