SSL stands for Secure Socket Layer, which is a protocol that provides encryption and authentication for data transmitted over the internet. Installing an SSL certificate for a domain in Webuzo, or any web hosting control panel, serves the purpose of securing the communication between the website visitors web browsers and the web server hosting the website. SSL certificates provide encryption and authentication, which are crucial for protecting sensitive information transmitted over the internet and building trust with website visitors.
Here's how you can install an SSL certificate automatically in Webuzo end user panel:
Step 1 : Go to Webuzo end user panel >> SSL >> Automatic SSL.
Step 2 : Select the domain for which you need to issue/manage certificate.
Step 3 : Click on one of the buttons as per the action required for e.g install, revoke etc.
Step 4 : You can click on "LOGS" to check the process running in the background ie the SSL installation status.
Wait for a few minutes for the process to complete in the background and you are done.
You can use the following commands to install, revoke and renew SSL certificate in command line.
Install Certificate :
webuzo --lets_encrypt --action=install --domain=domain_name
Revoke Certificate :
webuzo --lets_encrypt --action=revoke --domain=domain_name
Renew Certificate :
webuzo --lets_encrypt --action=renew–domain=domain_name
To change the CA from Zero SSL to Let's encrypt please follow the below steps :
Step 1 : Log in to your Webuzo Control Panel.
Step 2 : Navigate to the " Settings" section and click on general.
Step 3 : Look for the "Choose SSL CA" option.
Step 4 : Under the "Select SSL CA" section, you should see an option to select the Certificate Authority (CA). Choose as per your requirement from the available options.
Step 5 : Save the changes by clicking on the "Edit Settings" button.
Conclusion
SSL certificates encrypt the data exchanged between the server and the client, ensuring that sensitive information, such as login credentials and personal data, is protected from blocking and interference. By following the proper steps for SSL installation in Webuzo, you can enable HTTPS and establish a secure connection for your domain. This helps to build trust with your website visitors and customers, as they can see the SSL padlock icon in their web browser, indicating a secure connection. By securing your website with SSL certificates in Webuzo, you can protect sensitive data, enhance website security, and provide a safe browsing experience for your visitors.