Skip to content

Can I re-download a cert from the ca? #632

Answered by maraino
logopk asked this question in Q&A
Discussion options

You must be logged in to vote

There are different options, the most obvious one is to create a new one using a CSR with the same key:

step certificate create --csr --key my.key --san foo.bar "My certificate" my.csr
step ca sign my.csr my.crt

But If you want to retrieve the same one, you can try to retrieve it from the logs or from the database. But this can be quite tricky as you might need to create a custom program to read the db.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@logopk
Comment options

@logopk
Comment options

Answer selected by logopk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants