ReadMyCert

How about we take you on an adventure on exploring certificate signing requests Take a look at this CSR file here.

starting the challenge we were given a CSR file

i never decoded a csr file so after searching on google we can do that just by using openssl

openssl req -text -in *

Last updated