How do I install and configure an SSL certificate for my domain?
Последна промяна: 15.10.2025 09:03
To enable https:// URLs, install an SSL certificate. Follow these steps:
- Add SSL Certificate: Go to SSL Certificates (https://us.cloudlogin.co/ssl/), click Add SSL Certificate, and follow the steps.
- Wait for Propagation: Allow at least an hour for the SSL-specific IP to propagate.
- Configure Website:
- WordPress: Update site URLs in Settings > General (https://wordpress.org/support/article/settings-general-screen/) or use https://wordpress.org/plugins/really-simple-ssl/.
- HTML Sites: Add to .htaccess:
RewriteEngine On RewriteCond %{HTTPS} off RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301] - Joomla: See https://docs.joomla.org/Enabling_HTTPS_on_your_site.
- Site Builder: In Settings > General Settings at https://us.cloudlogin.co/tools/site-builder-installations/, enable Always use SSL/HTTPS.