How to decode a CSR File?

Romias picture Romias · Oct 14, 2008 · Viewed 17k times · Source

I ran accross a CSR file (Certificate Signing Request) and I need to extract some information from it.

There's a way to decode it using .NET Framework?

Answer

erickson picture erickson · Dec 9, 2008

It's not .NET, but for interactive use, try the OpenSSL utilities. Specifically:

openssl req -text -in request.csr