-
Hi, I'm hoping for a little bit of clarification on how to issue SSH certificates and then renew them with sshpop. background info:
I mostly went through the examples at If you’re not using SSH certificates you’re doing SSH wrong and at I've got it set up so that I'm able to SSH from one client into another using the The issue comes when I try to renew:
Okay, so I look at the logs on the certificate authority and find this error message:
I don't know what that means. I provisioned the certificate originally like this:
which worked correctly. I thought, "well, maybe I needed to provision it using sshpop?" but when trying that:
And I can't find much as to if this is the right way to do it, and, if so, what is Can anyone help me out? Am I provisioning wrong? Am I renewing wrong? Am I missing some other piece? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Okay, so maybe I'm just misunderstanding what I need to renew. I tried (as root) to renew my host certificate (because "certificate must be a host ssh certificate") and it worked:
So that makes sense. But what about renewing user certificates? Is that not something that needs to be done? |
Beta Was this translation helpful? Give feedback.
Okay, so maybe I'm just misunderstanding what I need to renew. I tried (as root) to renew my host certificate (because "certificate must be a host ssh certificate") and it worked:
So that makes sense. But what about renewing user certificates? Is that not something that needs to be done?