How is CSR encrypted?
Using openssl to generate a CSR:
> openssl req -newkey rsa:2048 -nodes -keyout key -out mycsr.csr
It outputs the mycsr.csr file along with the key file.
The content of mycsr.csr:
—–BEGIN CERTIFICATE REQUEST—–
MIICsDCCAZgCAQAwazEL… Continue reading How is CSR encrypted?