Enterprise Integrations & CA Connectors

Technical parameters and setup guides for CAs, web servers, firewalls, and load balancers.

GlobalSign SSLNG / Atlas API

Automate OV/EV enterprise certificates via GlobalSign RESTful API using mutual TLS client authentication.

Auth Mode: mTLS (Client Certificate + Key)
Endpoint: https://system.globalsign.com/kb/rest/services/v1
Features: Instant issuance, SAN support, Auto-approval

Let's Encrypt (ACME v2)

Standard RFC 8555 ACME client for automated DV certificate lifecycle and multi-domain renewals.

Protocol: ACME v2 (RFC 8555)
Directory: https://acme-v02.api.letsencrypt.org/directory
Validation: HTTP-01 Webroot / Standalone & DNS-01

Microsoft Windows IIS

Automatic PFX import into Local Computer store and WebBinding SSL update via PowerShell/WinRM.

Module: WebAdministration / IISAdministration
Ports: 5985 (HTTP), 5986 (HTTPS WinRM) or CertCycle Agent
Binding: SNI + IP-based Port 443

Linux Nginx & Apache HTTP

SCP/SFTP deployment of certificate & private key bundle followed by seamless reload commands.

Transport: OpenSSH (Port 22)
Files: fullchain.pem, privkey.pem
Reload Command: nginx -t && systemctl reload nginx