Cpanel ssl install need
1st Method
it's take 5mint to 1hours time
it's take 1mint
after ssl install need
http:// to https:// redirect
Create .htaccess file public_html Folder Paste code..
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]