Hi,
I have now used it with 16.04 and it works pretty well. Thanks for this!
However, I encountered 2 issues when running:
-
Certbot was not available (using the 16.04 image from AWS). Adding a simple
python-certbot-apache has solved this.
apt-get --assume-yes install apache2 mysql-server php php-cli libapache2-mod-php php-mysql unzip php-mcrypt python-certbot-apache
We are running Mautic in a non www domain, eg https://mautic.mydomain.com
I had to remove the "hardcoded" www in the certbot call otherwise it would not work
certbot -d $domain -d $domain --non-interactive --redirect --keep-until-expiring --agree-tos --apache -m $email
Hi,
I have now used it with 16.04 and it works pretty well. Thanks for this!
However, I encountered 2 issues when running:
Certbot was not available (using the 16.04 image from AWS). Adding a simple
python-certbot-apache has solved this.
apt-get --assume-yes install apache2 mysql-server php php-cli libapache2-mod-php php-mysql unzip php-mcrypt python-certbot-apacheWe are running Mautic in a non www domain, eg https://mautic.mydomain.com
I had to remove the "hardcoded" www in the certbot call otherwise it would not work
certbot -d $domain -d $domain --non-interactive --redirect --keep-until-expiring --agree-tos --apache -m $email