FGFiverPanel DocsOFFICIAL DOCUMENTATION
Ctrl K
OFFICIAL GUIDE

SSL / AutoSSL

Certificate issuance and renewal with observable state.

AutoSSL uses web edge as the public edge and performs issuance in a dedicated worker, with persistent progress in the panel.

Before issuance

  • The domain must resolve publicly to the correct server.
  • Ports 80/TCP and 443/TCP must be reachable.
  • The authoritative DNS must respond consistently.

Quick diagnostic

Terminal
dig @1.1.1.1 example.com A +short
curl -I http://example.com
ss -lntp | grep -E ':(80|443)[[:space:]]'
DNS firstDo not try to solve a certificate error before confirming that the domain points to the correct IP.