-
|
I just used I then used I then reread the |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Yes, we use While (Note, for this example I used a PKI configured with an RSA key pair for the SSH user CA. I did this by creating a PKI using Hope this helps. |
Beta Was this translation helpful? Give feedback.
Yes, we use
ecdsa-sha2-nistp256by default because we believe it's the best option for most people.While
step ssh certificatedoesn't support a flag for specifying a different key type, you can choose other key types by generating the key pair first usingssh-keygen, then signing the certificate usingstep ssh certificate --signand passing in the public key you just generated: