KivCloud
← Back to KB
🔒

Security

SSL Certificate Setup

Enabling Free SSL

KivCloud includes free Let's Encrypt SSL certificates for all domains on your account.

Auto-install via AutoSSL

  1. In cPanel go to SSL/TLSManage SSL Sites.
  2. Click Run AutoSSL or wait for the daily automated job.

Force HTTPS redirect

In cPanel, go to Domains and toggle Force HTTPS Redirect for your domain.

Alternatively, add this to your .htaccess:

RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]