Skip to content

step ca init using Ed25519 #1297

Answered by maraino
MacWeber asked this question in Q&A
Mar 1, 2023 · 3 comments · 2 replies
Discussion options

You must be logged in to vote

At the moment, you can't, but you can replace the root and intermediate certificate with one generated using step certificate create:

$ step certificate create --kty OKP --profile root-ca "My Ed25519 Root CA" root.crt root.key
Please enter the password to encrypt the private key:
Your certificate has been saved in root.crt.
Your private key has been saved in root.key.
$ step certificate create --kty OKP --profile intermediate-ca --ca root.crt --ca-key root.key "My Ed25519 Intermediate CA" intermediate_ca.crt intermediate_ca.key
Please enter the password to decrypt root.key:
Please enter the password to encrypt the private key:
Your certificate has been saved in intermediate_ca.crt.
Your p…

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@maraino
Comment options

Answer selected by MacWeber
Comment options

You must be logged in to vote
1 reply
@maraino
Comment options

Comment options

You must be logged in to vote
0 replies
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