SSL Certificate
Upload and manage SSL certificates for HTTPS
Enable HTTPS
Toggle to enable or disable HTTPS:
- Enabled: Forces HTTPS (recommended for production)
- Disabled: Allows HTTP (development only)
Upload Certificate
-
Certificate File (.crt, .pem)
- Click Choose File
- Select your certificate in PEM format
-
Private Key File (.key, .pem)
- Click Choose File
- Select your private key in PEM format
After uploading, restart Nginx: sudo systemctl restart nginx
Delete Certificate
Click Delete Certificate (red button) to remove the current certificate.
Troubleshooting
Upload fails:
- Files must be PEM format (start with
-----BEGIN...) - Remove password from key:
openssl rsa -in key.pem -out key-nopass.pem
Browser warning:
- Check domain in certificate matches your URL
- Verify certificate hasn't expired