How do I change the default security settings? #2385
-
Good day! We are attempting to troubleshoot a validation issue, and think we've narrowed it down to the default security settings are set to ECC, whereas the CA service we have set up will only issue RSA. We are struggling to find a way to change these settings, is there a way to do that? Certbot has a similar setting but you are able to modify this configuration. I'm attaching a screenshot of the settings we'd like to change. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 8 replies
-
Actually using RSA private keys is the default, so I'm afraid that is not your issue. Perhaps try a different key size? |
Beta Was this translation helpful? Give feedback.
-
Many many thanks @WouterTinus ! |
Beta Was this translation helpful? Give feedback.
This has been released in 2.2.5. Note that there have been some changes since the test build. The config values are now Csr.Rsa.SignatureAlgorithm and Csr.Ec.SignatureAlgorithm. The full list of available algorithms is here: https://github.com/bcgit/bc-csharp/blob/master/crypto/src/cms/CMSSignedGenerator.cs