Skip to content

Allow with non www domains #3

@hhhc

Description

@hhhc

Hi,

I have now used it with 16.04 and it works pretty well. Thanks for this!

However, I encountered 2 issues when running:

  1. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions