Securing your Centova Cast server with a LetsEncrypt SSL certificate is an excellent way to provide a secure and encrypted connection. Follow these step-by-step instructions to install a LetsEncrypt SSL certificate on your Centova Cast server:
1. Edit cc-panel.conf: Open the configuration file using a text editor:
vi /usr/local/centovacast/etc/cc-panel.conf
2. Modify SSL Configuration: Find the line:
listen 2199 default ssl;
Add the following lines below it:
listen 443 ssl;
listen 80;
Save and exit the editor.
3. Restart Centova Cast: Apply the changes by restarting Centova Cast:
/usr/local/centovacast/centovacast restart
4. Install LetsEncrypt SSL Certificate: Run the following command to install a LetsEncrypt SSL certificate, replacing yourdomain.com with your actual domain:
/usr/local/centovacast/sbin/setssl letsencrypt yourdomain.com
5. Restart Centova Cast: Restart Centova Cast again to apply the LetsEncrypt SSL certificate:
/usr/local/centovacast/centovacast restart
6. Access using HTTPS: Now, you can securely access Centova Cast using HTTPS:
https://yourdomain.com/login/index.php
By following these simple steps, you have successfully installed a LetsEncrypt SSL certificate on your Centova Cast server, guaranteeing a secure and encrypted connection for your users. Explore a variety of tutorials, including in-depth guides on Centova Cast, at TutoSquad.