SSL certificates encrypt the connection between your visitors and your website, showing the padlock icon in the browser. FPS.ms supports free Let's Encrypt certificates and custom SSL uploads.
Requesting a free Let's Encrypt certificate
Let's Encrypt provides free, automatically renewed SSL certificates.- Go to the SSL section of your web hosting server
- Select the domain you want to secure
- Click Request Let's Encrypt
- Choose whether to include the
wwwsubdomain (enabled by default) - Click Request
DNS Must Point to Your Server
Your domain's A record must already point to your hosting server's IP before requesting a Let's Encrypt certificate. The verification process requires your domain to be reachable on the hosting server.
Uploading a custom SSL certificate
If you have a certificate from another provider:- Go to the SSL section and select your domain
- Click Upload Certificate
- Paste the following:
- Certificate -- your SSL certificate (PEM format)
- Private Key -- the matching private key
- CA Certificate -- the intermediate/chain certificate (optional but recommended)
- Click Upload
Verifying SSL is active
After requesting or uploading a certificate:- Go to the SSL section and check the status for your domain
- Visit your website using
https://in your browser - Look for the padlock icon in the address bar
Troubleshooting common SSL issues
- Certificate not issuing: Make sure your domain's DNS points to the hosting server. Let's Encrypt needs to verify domain ownership.
- Mixed content warnings: Your site loads over HTTPS but includes resources (images, scripts) using
http://. Update all URLs tohttps://or use relative URLs. - Certificate expired: Let's Encrypt certificates auto-renew. If renewal fails, request a new certificate manually.
- Rate limits: Let's Encrypt has issuance limits. If you hit a rate limit, wait an hour, delete the failed certificate, and try again.
Force HTTPS
After installing your certificate, update your site to redirect all HTTP traffic to HTTPS for the best security.
CanerAkar