Let's Encrypt SSL

Now we need to install Let's Encrypt, this is a way to get a free SSL Certificate for our Ticaga installation.

This allows you to use https://demo.ticaga.com instead of http://demo.ticaga.com.

dnf install certbot python3-certbot-apache mod_ssl -y
certbot --apache

If you're using Nginx you will need to change --apache to --nginx. We recommend Apache as it's easier to maintain.


Revision #4
Created 4 September 2024 20:45:06 by Michael Dance
Updated 9 January 2025 17:45:42 by Michael Dance