Customize TLS default cipher suite and key type #1263
-
For my non-prod environment, while initializing CA, I would like to use different Key Types and Ciphers(https://smallstep.com/docs/step-ca/certificate-authority-server-production/#key-types-and-ciphers) instead of defaults How can I achieve it? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
For the CA key type, we don't support initializing a CA with RSA root and intermediate. You'll need to create your own root and intermediate RSA keys and certificates, and replace the ones that are generated automatically by You can generate the RSA root and intermediate with these commands:
Then, when you request certificates with As for the TLS cipher suites, you can change the cipher suits that step CA uses under the |
Beta Was this translation helpful? Give feedback.
For the CA key type, we don't support initializing a CA with RSA root and intermediate. You'll need to create your own root and intermediate RSA keys and certificates, and replace the ones that are generated automatically by
step ca init
. You can just shut down the server, replace those four files with your own, and restart the server.You can generate the RSA root and intermediate with these commands: