From a basic test, if I have customised /etc/apache2/sites-enabled/subdomain.domain.tld.conf
to add some commands to say allow the running of Passenger for a ruby web app, I can get the SSL updates with sudo sympl-ssl --force subdomain.domain.tld
, however when I run sudo sympl-web-configure --verbose
the following output is provided:
Configuration: subdomain.domain.tld.conf
Not updating configuration, as it has been edited by hand.
Already enabled.
On checking the Apache config the SSL certificate has been kept at the older version, and isn’t using latest.
Is there any way to support SSL updates with a custom Apache config?
OS is Debian Buster.
On the testing version of Sympl.
(subdomain.domain.tld
is adjusted to the appropriate domain).