“Сертификат Certbot” Ответ

Сертификат Certbot

# List your certificates and copy all domains of the existing certificate
certbot certificates

# Run certbot will all domains + your new domain, sepereated by a ','
certbot -d example.com,www.example.com,yournewdomain.example.com

# Now certbot will ask you, if you want to expand the cert, enter 'e'
garzj

Используйте Certbot для получения сертификата

# certbot certonly --standalone -d myminio.com --staple-ocsp -m test@yourdomain.io --agree-tos
The.White.Fang

Ответы похожие на “Сертификат Certbot”

Вопросы похожие на “Сертификат Certbot”

Больше похожих ответов на “Сертификат Certbot” по Shell/Bash

Смотреть популярные ответы по языку

Смотреть другие языки программирования