Close Menu
DPC Virtual Tips
    Read More

    How to Investigate TCP Retransmissions on Linux

    August 11, 2026

    Slurm Node Is DRAINED: How to Find the Exact Reason

    August 10, 2026

    Why Is My Slurm Job Pending? How to Decode Every Common Reason

    August 9, 2026
    • Home
    • About Us
    • Contact
    • Cookie Policy
    • Comment Policy
    • Privacy Policy
    • Terms of Use
    • Disclaimer
    Tuesday, August 11
    DPC Virtual Tips
    • Home
    • Operating Systems
    • PowerFlex
    • HPC
    • Virtualization
    • About the Author
    • About Us
    • Contact
    DPC Virtual Tips
    Home » Requesting a Certificate for an Internal CA
    Operating Systems

    Requesting a Certificate for an Internal CA

    DaniloBy DaniloJanuary 17, 2023Updated:August 4, 2026No Comments3 Mins Read
    Facebook Twitter Pinterest LinkedIn Tumblr Email
    request certificate internal CA
    Share
    Facebook Twitter LinkedIn Pinterest Email

    Requesting a Certificate for an Internal CA is a practical guide that explains how to submit a Certificate Signing Request (CSR) file to an internal Certificate Authority. In this lab environment, we are using Microsoft Active Directory Certificate Services (AD CS) running on Windows Server to issue the certificate.

    Before requesting the certificate, it is necessary to have a valid CSR file generated with the required certificate details. The CSR contains the information that will be used by the Internal CA to generate and sign the final certificate.

    In this article, we will demonstrate step-by-step how to access the CA Web Enrollment interface, submit the CSR request, select the appropriate certificate template, download the issued certificate, and verify the certificate chain generated by the Internal CA.

    We have an article that explains how to create an Internal CA with AD CS on Windows Server. Click here to access this article.

    Also, we have an article that explains how to create the Certificate Signing Request (CSR) with OpenSSL. Click here to access this article.

    At this point, we have the CSR file. This file content is shown in the picture below:

    Accessing the CA Web Site and Requesting the Certificate

    Our CA is based on the AD CS service on Windows Server.
    So, we need to open the CA Web Page and click on “Request a certificate”:

    Later, click on “advanced certificate request”:

    We need to copy the CSR file content and past it inside the box “Base-64-encoded certificate request”, as shown in the below picture:

    Note: The CSR file content has a delimitation starting with

    —–BEGIN CERTIFICATE REQUEST—–

    and ending

    —–END CERTIFICATE REQUEST—–

    Be careful and copy/paste all file content correctly!

    After that, change the Certificate Template to “Web Server” (in this case, we will use this certificate in our HTTPS website, for example).

    So, click on “Submit” to send the Certificate Request to the CA:

    After a few seconds, the final certificate is ready to download.
    You can choose the certificate encoded and then click on Download.

    Note: The are two types of certificate encoding available:

    DER encoded
    Base 64 encoded

    For most types of usage, the Base 64 encoded is sufficient and can be used. Select this type and then click on “Download certificate chain”:

    Note: By default, when you click on “Download certificate chain”, a .p7b file will be downloaded:

    You can double-click on this file. We will see both certificates:

    lab-AD01-CA = This is the CA certificate. We can consider it as the “root” certificate and this certificate needs to be installed too

    nsx.lab.local = This is the certificate assigned by the CA and generated with the CSR file

    You can double-click on the certificate to get more details:

    At this point, you can install this certificate in your HTTPS website, for example 🙂

    Share. Facebook Twitter Pinterest LinkedIn Tumblr Email
    Previous ArticleCreating a Certificate Request with OpenSSL
    Next Article Updating vCenter Server 6.7 to 7
    Danilo

    Infrastructure Engineer with experience in Virtualization, Linux, Windows Server and learning automation using Python. DPC Virtual Tips was created to share practical tutorials, lab experiences and troubleshooting guides focused on enterprise infrastructure technologies.

    Related Posts

    How to Investigate TCP Retransmissions on Linux

    August 11, 2026

    Linux Process Resource Usage: How to Find Heavy Processes

    August 6, 2026

    Linux ss, lsof, and fuser Commands: A Practical Guide

    August 4, 2026

    Comments are closed.

    Search
    Categories
    • HPC (10)
    • Operating Systems (83)
    • PowerFlex (22)
    • Virtualization (129)
    Read More
    Operating Systems

    How to Investigate TCP Retransmissions on Linux

    By DaniloAugust 11, 20260
    HPC

    Slurm Node Is DRAINED: How to Find the Exact Reason

    By DaniloAugust 10, 20260
    HPC

    Why Is My Slurm Job Pending? How to Decode Every Common Reason

    By DaniloAugust 9, 20260
    Operating Systems

    Linux Process Resource Usage: How to Find Heavy Processes

    By DaniloAugust 6, 20260
    HPC

    Lustre Filesystem Commands: A Practical Admin Guide

    By DaniloAugust 5, 20260
    Latest Posts

    How to Investigate TCP Retransmissions on Linux

    August 11, 2026

    Slurm Node Is DRAINED: How to Find the Exact Reason

    August 10, 2026

    Why Is My Slurm Job Pending? How to Decode Every Common Reason

    August 9, 2026
    Images from Gallery
    hpc main commands
    linux commands
    install rock linux
    lustre fs
    shell scripting
    vSAN Trace Files
    Categories
    • HPC
    • Operating Systems
    • PowerFlex
    • Virtualization
    • Home
    • About Us
    • Contact
    • Cookie Policy
    • Comment Policy
    • Privacy Policy
    • Terms of Use
    • Disclaimer
    Copyright © 2026, DPC Virtual Tips. All rights reserved.

    Type above and press Enter to search. Press Esc to cancel.

    We use cookies to ensure your best experience on our website. If you continue using our website, we'll assume you agree to our cookie policy