https-portal
https-portal copied to clipboard
Create self-signed certificate with CSR
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.
Thank you! I'm a bit busy at my day job. Will check later!
1.23.0 is released and includes this PR. Thanks for the help!