
Note: If the certificate still shows "Validated: No" after importing the intermediate certificate chain, you are most likely encountering a trust-chain issue where the firewall does not have the required root certificate to validate the chain.
We are seeing this issue specifically with GoDaddy/Starfield certificates, where the firewall is missing the corresponding built-in root CA certificates.
To resolve this, open the signed certificate provided by the CA and review the certificate chain. Select the root certificate in the chain and export it in CER format.
Import the exported root certificate into the firewall by navigating to Device → Certificates, clicking the Import icon, and selecting Import CA Certificate.
Example of one such import (in this case "Starfield TLS Root CA - R1"):
Once the root certificate has been imported successfully, the certificate validation status should change to Validated: Yes.
Note: In some cases, importing only the intermediate certificate may not be sufficient. If certificate warnings persist, verify that the root CA certificate is also trusted by the operating system or browser.
Export the root certificate from the certificate chain and import it into the appropriate trusted certificate store on the client system:
Certificate authorities sometimes respond with guidance written for general web servers — for example, installing certificate tooling such as Certbot on the server, generating separate client-authentication certificates with a ClientAuth EKU, or configuring mutual TLS (mTLS). Such tooling cannot be installed on a firewall appliance, and those tasks belong to your own server infrastructure or to the CA. Where the firewall has been confirmed to import and present the certificate correctly, no further change is required on the firewall itself. If a CA states that a certificate product is restricted to server authentication and no longer supports client authentication, ask the CA to confirm in writing what that means for your deployment before changing your certificate design.
1. Why does my newly imported certificate show "Validated: No"?
The certificate authority chain (intermediate certificate) has not been imported into the firewall. Importing the required chain and restarting the firewall changes the status to validated.
2. Why can't I select the new certificate for HTTPS management or SSL VPN?
A certificate that is not validated does not appear in those certificate selection drop-downs. Once the chain has been imported and the firewall restarted, the certificate appears in both the SSL VPN and management certificate menus.
3. Do I need to reboot the firewall after importing a certificate?
A restart is commonly required after importing a new certificate, and the validated status typically appears after the reboot. Schedule it inside a maintenance window and use a continuous ping to watch for the firewall returning online.
4. Which certificate files should I import?
Import the signed server certificate issued against the CSR you generated on the firewall, and then import the CA/intermediate chain as a separate step. Verify the extracted files and the certificate format before importing.
5. The firewall shows the certificate as validated, but Edge/Chrome still warns while Firefox does not. Is the firewall at fault?
That pattern indicates a Windows client trust-chain issue rather than a firewall issue. Firefox validates the chain in its own certificate store, so it may succeed where Windows-based browsers fail. Installing the intermediate certificate into the Windows Trusted Root Certification Authorities store on the client resolves the warning.
6. Do I have to install a certificate on every client machine?
If Windows clients require the intermediate certificate to be installed manually, it has to be installed on each affected system. This is the main reason to check with your CA whether an updated chain removes the need for manual installation, particularly if you support remote users in multiple locations.
7. What exactly should I ask my certificate authority?
Ask them to confirm that the complete certificate chain is being provided correctly, whether any additional intermediate certificates are required for Windows clients to trust the certificate automatically, and to advise specifically for a certificate used on a firewall appliance for HTTPS management and SSL VPN server authentication.
8. My CA told me to install Certbot and configure client certificates. Can I do that on the firewall?
No. That guidance applies to a general web server environment, not to a firewall appliance. Those steps must be handled on your own server infrastructure or with the CA's assistance.
9. Can I keep running on my previous certificate while this is investigated?
Yes. The previous working certificate can be re-assigned to HTTPS management and SSL VPN so production services continue while testing continues. Watch the remaining validity of that certificate so the new one is deployed before it expires.
10. What should I do before making certificate changes on a production firewall?
Export a configuration backup, plan a maintenance window because a restart may be needed, keep the previous certificate available for rollback, and validate access from client machines using multiple browsers and a private session before treating the change as complete.