A certificate signing request (CSR) contains a public key and is an unsigned copy of the certificate.

If a given CSR has been successfully signed by a CA, then the certificate will be designated below by a certificate icon labeled Certificate Generated Successfully.

However, if a given CSR contains an action required label under its certificate icon, then those requests must be manually submitted to a CA for certificate generation.

Press the [Apply] button after certificates and chains are pasted in.

Press the [Next] button once all certificates have been generated successfully.

#foreach ($item in $reqscerts)

$item.getDN()

#if ($item.getCert() == "...paste certificate here...") #else #if ($item.getCert() == "...certificate be generated internally...") #else #if ($item.getCert() == "") #else #end #end #end
 action required

certificate will be generated internally

No Certificate Generated. Please import.

Certificate Generated Successfully
#if ($item.getCert() == "...paste certificate here...") Step 1: Copy the Certificate Request (CSR) to enroll at an external CA

Step 2: Import the PKCS #7 Certificate Chain (optional if the certificate already contains the chain)

Step 3: Paste in the Base64-encoded Certificate after enrollment at an external CA (NOTE: this text box does not accept PKCS #7 certificate chains)

#else #if ($item.getCert() == "...certificate be generated internally...")

#else View Certificate Request (CSR)

View Certificate in Base64-Encoding

View Certificate Pretty Print

#end #end

X
$item.getCert()
X
X
#end