Добавление домена в SSL-сертификат

В документации написано, что для добавления нового домена необходимо вызвать команду:

certbot --expand -d alhames.ru -d www.alhames.ru -d i.alhames.ru

Но в результате я получаю следующий ответ:

Saving debug log to /var/log/letsencrypt/letsencrypt.log
Certbot doesn't know how to automatically configure the web server on this system. However, it can still get a certificate for you. Please run "certbot certonly" to do so. You'll need to manually configure your web server to use the resulting certificate.

Поэтому пришлось по старинке вызывать команду редактирования настроек:

certbot certonly --cert-name alhames.ru -d alhames.ru -d www.alhames.ru -d i.alhames.ru