My domain is: projects.mydomain.net
I ran this command: certbot install --cert-name projects.mydomain.net
It produced this output:
Successfully deployed certificate for projects.mydomain.net to /usr/local/etc/apache24/sites-available/projects.mydomain.net-le-ssl.conf
Error while running apachectl configtest.
Performing sanity check on apache24 configuration:
AH00526: Syntax error on line 541 of /usr/local/etc/apache24/httpd.conf:
Cannot define multiple Listeners on the same IP:port
We were unable to install your certificate, however, we successfully restored your server to its prior configuration.
Error while running apachectl configtest.
Performing sanity check on apache24 configuration:
AH00526: Syntax error on line 541 of /usr/local/etc/apache24/httpd.conf:
Cannot define multiple Listeners on the same IP:port
My web server is (include version): Apache24
The operating system my web server runs on is (include version): freebsd 13.1-RELEASE
The version of my client is : certbot 1.31.0
I've also ran : grep -Ri listen /usr/local/etc/apache24/
/usr/local/etc/apache24/extra/httpd-ssl.conf:Listen 443
/usr/local/etc/apache24/httpd.conf:Listen 80
And when I ran : apachectl configtest
Performing sanity check on apache24 configuration:
Syntax OK
I've read also read the posts on the same topic, but no solution for me.
Thanks.
Laurent