SSL Certificates in RemarkablePanel โ
Automatic SSL (Let's Encrypt) โ
RemarkablePanel automatically provisions a Let's Encrypt certificate when you create a website. The certificate covers the primary domain and renews automatically before expiry โ you don't need to do anything.
To verify SSL is active: open the website โ SSL โ you should see the certificate details, issuer (Let's Encrypt), and expiry date.
Force HTTPS โ
By default the site is accessible over both HTTP and HTTPS. To redirect all HTTP to HTTPS:
- Open the website โ SSL
- Enable Force HTTPS redirect
- Save
This adds a 301 redirect from http:// to https:// for all requests.
Reissue a certificate โ
If the certificate fails to auto-renew (usually due to a DNS change):
- Open the website โ SSL โ Reissue Certificate
- Click Reissue
Custom/purchased certificate โ
If you have a certificate from a commercial CA (DigiCert, Sectigo, etc.):
- Open the website โ SSL โ Upload Certificate
- Paste the private key
- Paste the certificate (the one for your domain, not the CA bundle)
- Paste the CA chain/bundle
- Click Upload
The certificate activates immediately.
SSL for subdomains โ
Each subdomain gets its own certificate automatically when created. If a subdomain was created before DNS was set up, reissue its certificate after DNS propagates.
Wildcard certificates โ
RemarkablePanel does not currently support automatic wildcard certificate issuance. For wildcard coverage (*.yourdomain.com), purchase a wildcard certificate from a CA and upload it manually as described above.

