Overview
Sectigo Connector for Palo Alto GlobalProtect ("the connector") is a solution for automating the installation of Sectigo certificates on Palo Alto Firewall with Automatic Certificate Management Environment (ACME). The connector is based on the Certbot client.
During this process the ACME client requests an SSL certificate from SCM, converts it to PFX format with a temporary password, uploads the certificate, and changes the SSL/TLS service profile related to the GlobalProtect configuration via script. This method works with both private and public CAs within SCM. This guide was developed based on this blog post.
Audience
This guide is intended for IT administrators and network administrators who manage Palo Alto GlobalProtect.
Scope
This guide contains instructions for enrolling and managing Sectigo certificates on Palo Alto virtualized firewalls. It doesn’t cover configuration of firewalls.
Execution flow

-
The ACME client initiates a request from SCM via a public or private ACME enrollment endpoint:
-
An authentication request is created.
-
A private key is generated with the corresponding certificate signing request (CSR).
-
The CSR is uploaded to the ACME endpoint.
-
-
The SCM ACME endpoint responds:
-
The authentication process is completed.
-
A certificate is generated.
-
The certificate is sent back to the ACME client.
-
-
The machine running the ACME client uploads the PFX file to a Palo Alto firewall:
-
The certificate, private key, and chain are converted to PFX format.
-
The PFX file is uploaded to the firewall.
-
The configuration changes are committed to the firewall.
-