Manual issue certificate:
sudo certbot certonly \
--agree-tos \
--email [email protected] \
--manual \
-d domain.tldCreate .pem file with:
sudo cat \
/etc/letsencrypt/live/domain.tld/privkey.pem \
/etc/letsencrypt/live/domain.tld/fullchain.pem > \
domain.tld.pemUpload certificate at https://my.selectel.ru/storage/ssl
certbot renew