User Tools

Site Tools


pfsense_ssl_install

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
pfsense_ssl_install [2025/11/21 12:29] adminpfsense_ssl_install [2025/11/21 12:38] (current) admin
Line 66: Line 66:
   * ntermediate CA (SectigoRSADomainValidationSecureServerCA.crt)\\   * ntermediate CA (SectigoRSADomainValidationSecureServerCA.crt)\\
   * Root certificate (not needed for pfSense)\\   * Root certificate (not needed for pfSense)\\
-\\+
 Unzip it.\\ Unzip it.\\
  
 +✅ **STEP 4** — Import certificate into pfSense\\
 +1. Go to: System → Cert. Manager → Certificates\\
 +2. Edit the previously generated CSR entry\\
 +3. Choose: Import certificate\\
 +4. Paste:\\
  
 +Field  ---------------->  Paste\\
 +Certificate data  ---------------->  Contents of yourdomain.crt\\
 +Certificate Chain  ---------------->  Paste intermediate cert(s) from the ZIP\\
  
 +Example formatting:\\
 +
 +-----BEGIN CERTIFICATE-----\\
 +(your domain certificate)\\
 +-----END CERTIFICATE-----\\
 +\\
 +-----BEGIN CERTIFICATE-----\\
 +(intermediate certificate)\\
 +-----END CERTIFICATE-----\\
 +\\
 +⚠️ Do NOT paste the private key, pfSense already has it stored since it created the CSR.
 +
 +Click Save.
 +\\
 +✅ **STEP 5** — Configure pfSense / HAProxy to use the certificate\\
 +
 +If used for the WebGUI:\\
 +System → Advanced → Admin Access → SSL Certificate → select new cert\\
 +If used in HAProxy:\\
 +Services → HAProxy → SSL Offloading (frontend)\\
 +Add → Select your new certificate\\
 +\\
 +Click Apply and reload.
 +\\
 +\\
 +🚨 **FINAL CHECK**
 +\\
 +go to:\\
 +   https://ssllabs.com/ssltest
 +and enter yourdomain.com to verify the chain.
 +\\
 That's it! That's it!
 +\\
 +\\
  
 **Your ArtIT Team** **Your ArtIT Team**
pfsense_ssl_install.1763724546.txt.gz · Last modified: 2025/11/21 12:29 by admin