Prerequisites
- A Microsoft Active Directory Certificate Services (AD CS) server (Enterprise CA)
- An Infisical Gateway deployed inside the network that can reach the AD CS server
- A domain account with Enroll permission on the certificate templates you plan to use (and Manage CA / Certificate Manager rights if you want to revoke certificates)
- Network reachability from the Gateway to the AD CS server on:
- TCP 135 (RPC endpoint mapper) and the server’s dynamic RPC port range (default
49152-65535) for MS-WCCE/MS-CSRA over DCOM - TCP 445 (SMB) only if you rely on automatic CA-name discovery (reads the CA name over the Remote Registry service)
- TCP 135 (RPC endpoint mapper) and the server’s dynamic RPC port range (default
Connection Setup
1
Navigate to App Connections
In Certificate Manager, navigate to the App Connections tab on the Settings page.

2
Add Connection
Select the Microsoft ADCS Connection option from the connection options modal.
3
Configure Connection Details
- Name: Friendly name for this connection (for example,
production-adcs) - CA Host: The network address the Gateway uses to reach your AD CS server. This can be a fully qualified domain name (for example,
ca01.corp.example.com), a short hostname, or an IP address, as long as the Gateway can resolve and connect to it. Because the Gateway runs inside your network, this is almost always a private, internal address (a private DNS name or private IP) rather than a public one. Enter the address only: do not include a scheme (https://), port, or path, since AD CS is reached over DCOM (MS-WCCE). - Username: Domain account in the form
DOMAIN\usernameorusername@domain.com - Password: Password for the domain account
- Gateway: The Gateway that can reach the AD CS server
4
Connection Created
Your Microsoft ADCS Connection is now available for use.
A fully qualified domain name is recommended over an IP address. It keeps the connection stable if the server’s IP changes and avoids the certificate hostname mismatches an IP can introduce. An IP address works as long as the Gateway can reach the server over it.