SNI to ALPN migration help

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?

Hi @onicfox

if you use webroot, then the SNI - problem is irrelevant.

To use webroot, you need an open port 80, so all is done.

Ignore the mail.

1 Like

Thanks for the response. All good then :slight_smile:

2 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.