ValueError: Unable to insert label!

hi, i face the same issue:
the version of my certbot:

certbot --version
certbot 0.21.1

well…i’ve found. confi should contain at least

<VirtualHost *:80>
ServerName yourdomain.com
<//VirtualHost>

I missed ServerName entry with my domain

1 Like