-
How to run |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
At the moment, you can't, but you can replace the root and intermediate certificate with one generated using $ 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 private key has been saved in intermediate_ca.key. |
Beta Was this translation helpful? Give feedback.
-
@maraino shall I open a feature request to get this option implemented? Some side questions:
|
Beta Was this translation helpful? Give feedback.
-
@maraino thank you for your help! |
Beta Was this translation helpful? Give feedback.
At the moment, you can't, but you can replace the root and intermediate certificate with one generated using
step certificate create
: