Erro ao criar o novo authz :: Name não termina em um sufixo público

0

ERRO:

Saving debug log to /var/log/letsencrypt/letsencrypt.log
Obtaining a new certificate
An unexpected error occurred:
The request message was malformed :: Error creating new authz :: Name does not end in a public suffix
Please see the logfiles in /var/log/letsencrypt for more details.

CMD:

sudo certbot --apache -d live.domain.co.conf

CONFIG:

<VirtualHost *:80>
    ServerAdmin [email protected]
    DocumentRoot /home/domain.co/live
    ServerName live.domain.co
    ServerAlias live.domain.co

    <Directory />
            Options +FollowSymLinks +ExecCGI +Includes
            Require all granted
    </Directory>

    ErrorLog ${APACHE_LOG_DIR}/error.log
    CustomLog ${APACHE_LOG_DIR}/access.log combined
</VirtualHost>
    
por impondesk 04.06.2018 / 21:08

0 respostas