Report this

What is the reason for this report?

Ports.conf change

Posted on November 28, 2021

Hello Every time I run “sudo certbot renew --dry-run” my ports.conf file changes. It looks as shown below. How do I avoid this?

If you just change the port or add more ports here, you will likely also

have to change the VirtualHost statement in

/etc/apache2/sites-enabled/000-default.conf

Listen 8080

<IfModule ssl_module> Listen 444 </IfModule>

<IfModule mod_gnutls.c> Listen 444 </IfModule>

vim: syntax = apache ts = 4 sw = 4 sts = 4 sr noet

Listen 80



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

Hi @adminjrfer,

I’m not sure what does it change as the formatting is a bit off and I’m not sure what would be the correct look however If your Apache is listening on port 80 and 443 it’s fine.

If your CertBot is changing the ports from 80 to 8080 or something else, what you need to do is open the /etc/letsencrypt/renewal/YourDomain.conf

and in there in the renewalparams change the installer from Nginx to Apache:

# Options used in the renewal process                                                   [renewalparams]
authenticator = apache
installer = apache
server = https://acme-v02.api.letsencrypt.org/directory   

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.