You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Currently the POC for CMPv2 client is working based on the inputs below.

Input Table for CMPV2 client:

Input Values

Description

Usage

IssuerDNdistinguished name of the CA we're receiving certificate fromto distinguish which CA to use on the EJBCA server
SubjectDN / Sender DNDistinguished name of the entity the certificate is being issued toused in the creation of the cert on EJBCA server
KeyPairKeyPair associated with the entity the certificate is being issued toused to create proof of possession for request to EJBCA server
IAK/RVsecret username/password value shared by EJBCA serverused to authenticate ourselves to the EJBCA serve
.cer file
.cer (CSR) generated by Cert-man using Key-pair.

used to validate response (.crt)/ certificate send from EJBCA server

CA Details
Certification Authority Details (Name, Http address, Alias to use, Port number)used to Post Http request to External CA.

Relevant values in Certificate Request message to EJBCA:

Value

Description

Information Included

PKIHeaderContains information common to many PKI messages.
  • SenderDN
  • IssuerDN
  • ProtectionAlgorithm(used for PkiProtection below)
PKIBodycontains message-specific information ie. certificate request message
  • CertificateRequestMessage, which includes:
    • SubjectDN
    • IssuerDN
    • SubjectPublicKey
PKIProtectioncontains bits that protect PKImessage (Specifically the iak/rv)
  • No labels