Certificate Management Protocol


The Certificate Management Protocol is an Internet protocol used for obtaining X.509 digital certificates in a public key infrastructure. It is described in and is one of two protocols so far to use the Certificate Request Message Format, described in, with the other protocol being Certificate Management over CMS, described in. An obsolete version of CMP is described in, the respective CRMF version in.
CMP messages are encoded in ASN.1, using the DER method and usually transported over HTTP.

PKI Entities

A certificate authority, issuing the legal certificates, acts as the server in a PKI using CMP. One of the clients, obtaining their digital certificates by means of this protocol is called end entity. None or any number of registration authorities, can be used to mediate between the EEs and the CA.

Features

An end entity can utilize CMP to obtain certificates from the CA. This can be done through an "initial registration/certification", a "key pair update" or a "certificate update" message sequence. By means of a revocation request it can also get one of its own certificates revoked. Using a "cross-certification request" a CA can get a certificate signed by another CA. In case an end entity has lost its private key and it is stored by the CA, it might be recovered by requesting a "key pair recovery".

Transport

Several means of transportation are foreseen for conveying CMP messages:
The Content-Type used is application/pkixcmp; older versions of the draft used application/pkixcmp-poll, application/x-pkixcmp or application/x-pkixcmp-poll.

Implementations