Extract Certificate Chain
Users can extract and input the Certificate Chain certificate to be used when creating a Certificate Manager service.
Extract Certificate Chain
You can extract the Certificate Chain value required when creating a Certificate Manager.
The Certificate Chain consists of Intermediate (Subordinate) certificates issued by a trusted certification authority and the Root certificate.
- Even if you already have a Certificate Chain value, extract and register the Intermediate (Subordinate) certificate through the Root certificate again using the Certificate Body file. (Recommended)
Extract Intermediate (Subordinate) Certificate Value
You can extract the intermediate (subordinate) certificate from the certificate chain required for user certificate enrollment.
To extract the Intermediate(Subordinate) certificate value, follow these steps.
- Run the certificate file in crt format on the PC. The certificate window will appear.
- In the certificate window, click the Certificate Path tab.
- If the file is in PEM format, convert it to a .crt file.
- Click the certificate under Root and click View Certificate.
- After clicking the Details tab, click Copy to file.
- When the certificate export wizard runs, click Next.
- Select the format Base 64-encoded X.509(.CER)(S) and click Next.
- Click Browse to select the folder where you want to save the file, then click Next.
- Click Finish. The certificate export wizard will complete.
- Open the exported file as a TEXT file and verify the values.
- The extracted certificate value must start and end with
—–BEGIN CERTIFICATE—–and—–END CERTIFICATE—-.
- The extracted certificate value must start and end with
Extract Root certificate value
You can extract the root certificate of the certificate chain required for user certificate enrollment.
To extract the Root certificate value, follow these steps.
- Run the certificate file in crt format on the PC. The certificate window will appear.
- In the certificate window, click the Certificate Path tab.
- If the file is in PEM format, convert it to a .crt file.
- Click the topmost Root certificate and click View Certificate.
- After clicking the Details tab, click Copy to File.
- When the certificate export wizard runs, click Next.
- Select the format Base 64-encoded X.509(.CER)(S) and click Next.
- Click Browse to select the path where you want to save the file, then click Next.
- Click Finish. The certificate export wizard will complete.
- Open the exported file in TEXT format and verify the values.
- The start and end of the extracted certificate value must include the
—–BEGIN CERTIFICATE—–and—–END CERTIFICATE—-entries.
- The start and end of the extracted certificate value must include the
Enter Certificate Chain value
This explains how to enter the extracted Intermediate (Subordinate) certificate and Root certificate values into the Certificate Chain field when creating a Certificate Manager.
To enter the Intermediate (Subordinate) certificate and Root certificate values into the Certificate Chain field, follow these steps.
- Execute the Intermediate (Subordinate) certificate file and the Root certificate file as text files.
- Copy the entire value of the Intermediate (Subordinate) certificate file.
- Paste it into the Certificate Chain input area on the Certicafate Manager Creation page.
- Paste it, including the
—–BEGIN CERTIFICATE—–at the beginning and the—–END CERTIFICATE—-at the end of the certificate value.
- Paste it, including the
- Copy the entire value of the Root certificate file.
- Paste it into the Certificate Chain input area on the Create Certicafate Manager page.
- Paste it, including the
—–BEGIN CERTIFICATE—–at the beginning and—–END CERTIFICATE—-at the end of the certificate value. - Paste the Root certificate value on the line below the Intermediate (Subordinate) certificate.
- Paste it, including the