CSR - Certificate Signing Request

This is a file (or actually a string of characters) representing a request from the server to have a certificate signed.

The CSR contains information identifying the requester, such as the domain name, organisation name, location and country, as well as the public key.

The Certificate Authority will issue an SSL certificate based on these details.

The CSR is in plain text and is actually Base64 encoded binary data.

Example CSR

-----BEGIN NEW CERTIFICATE REQUEST-----
MIIBzzCCASwCAQAwgYIxCzAJBgNVBAYTAkFVMQwwCgYDVQQIEwNWSUMxEjAQBgNVBAHTCU1lbGJv
dXJuZeEYMBYGA1UECxMPU2VjdXJlIFNlcnZpY2VzMRkwFwYDVQQKExBNZXRhV2VyeCBQdHkTTHRk
MRwwGggDVQQDExNzZWN1cmUubWV0YXdlcngubmV0MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKB
gQDD9mMHz5lpOe57kZJz1LBK7dOuUHG3dEQKPValfqzPqLnRnt90Kg12qWXvepN8HzQkZhXvmgpy
sJn8rLwM2+QRPr+ekO4OvPnbWMC4hcbZaGnV8yPjmAVVoawA3bII4xT8E307C5o/A83vvKnJoDOp
gD/e71syDdbSTS3BkB1K8QIDAQABoAAwDQYJKoZIhvcNAQEEBQADgYEAMgR8aaPinN3+zQcOkK3f
YtQ1k8e/kNfgcBzNi4Uw3J9QjRf3ohMQprfvcEBUx2+o7vW9lmquc+GBLOvy553EE5fssdcBOyOP
/ng5WsQmiwuWFIEJtjuIVq/o/MAtfhexpfgGUxqh6djzill9ECiXKB8aJOHrjgQBLWvqxGUhFew=
-----END NEW CERTIFICATE REQUEST-----

See Also

navigation
metawerx specific
search
Share
tools
help

referring pages

Share