I have ubuntu 16.04 running certbot 0.14.2
My webserver is nginx and since I didn’t like certbot touching my config files, I generated all my certs using this command:
certbot certonly --webroot --agree-tos -w /website/root/ --expand -d mydomain1.com,mydomain2.com
which is working fine without any issues so far.
I received the email and upgraded my certbot to version 0.28.0. Does certbot 0.28.0 take care of the issue by itself or should I do something more?