Skip to content

Web Server Integrations

SSL-CLM automates certificate deployment to web servers through agents and direct configuration management.

Web ServerDeployment MethodAuto-ReloadCertificate Format
Apache HTTP ServerAgent (file deploy + reload)PEM
NginxAgent (file deploy + reload)PEM
Microsoft IISAgent (Windows cert store)PFX/PKCS#12
HAProxyAgent (file deploy + reload)PEM (combined)
F5 BIG-IPAPI integrationPEM/PKCS#12

All web server integrations follow the same pattern:

SSL-CLM Platform
│ (mTLS, Pull-Based Jobs)
SSL-CLM Agent (on web server or jump host)
│ (Local file operations + service reload)
Web Server (Apache / Nginx / HAProxy)

For IIS, the agent uses the Windows Certificate Store API. For F5, the agent uses the iControl REST API.

All web server deployments require:

  1. SSL-CLM Agent installed on the target server (or a jump host with access)
  2. Certificate Store configured in SSL-CLM pointing to the server’s cert/key paths
  3. Post-deployment hook to reload the web server after certificate update

See individual web server guides for specific configuration.