Index: > A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
Business Industries Finance Tax

Home > Certificate signing request


In PKI systems, a certificate signing request (also CSR or certification request) is a message sent from an applicant to a certificate authority in order to apply for a digital identity certificate. Before creating a CSR, the applicant first generates a key pair , keeping the private key secret. The CSR contains information identifying the applicant (such as a directory name in the case of an X.509 certificate), and the public key chosen by the applicant. The corresponding private key is not included in the CSR, but the entire request is digitally signed with the private key. The CSR may be accompanied by other credentials or proofs of identity required by the certificate authority, and the certificate authority may contact the applicant for further information.

If the request is successful, the certificate authority will send back a digitally signed identity certificate.

The PKCS#10 standard defines a binary format for encoding CSRs for use with X.509. It is expressed in ASN.1.

This article is a stub. You can help Wikipedia by [ ṣlocalurl: : |action=edit}} expanding it].

Cryptographic protocols



Non User