https-portal icon indicating copy to clipboard operation
https-portal copied to clipboard

Create self-signed certificate with CSR

Open sarisia opened this issue 2 years ago • 1 comments

Current implementation ignores CSR when self-signing and force creates new RSA keypair, so CERTIFICATE_ALGORITHM=prime256v1 is not working for STAGE=local.

This PR fixes this by stop creating new RSA key on self_sign and sign to CSR instead.

sarisia avatar Nov 11 '22 20:11 sarisia

Thank you! I'm a bit busy at my day job. Will check later!

SteveLTN avatar Nov 16 '22 09:11 SteveLTN

1.23.0 is released and includes this PR. Thanks for the help!

SteveLTN avatar Jan 29 '23 15:01 SteveLTN