Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

CMPv2 will get two POJOs: first with CSR, fields extracted from CSR (like plain Common Name, Country, etc), private key and CA name (data mapped from REST API call) and second with CMPv2 server details.

(warning) More info TBA (warning)



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

...

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)

EJBCA SETUP SCRIPT

...




Test code for running cmpv2 client against EJBCA server through unit test

...

For testing purpose EJBCA is set up. It is configured with 2 layer CA hierarchy (root CA and intermediate CA).

EJBCA Setup Script

View file
nameejbcaSetup.sh
height250