certbot

Let's Encrypt агент для автоматического получения и обновления TLS сертификатов.…

certbot

Let's Encrypt агент для автоматического получения и обновления TLS сертификатов. Преемник старой утилиты letsencrypt.

sudo certbot certonly --webroot --webroot-path {{path/to/webroot}} --domain {{subdomain.example.com}}

sudo certbot --nginx --domain {{subdomain.example.com}}

sudo certbot --apache --domain {{subdomain.example.com}}

sudo certbot renew

sudo certbot --webroot --webroot-path {{path/to/webroot}} --domain {{subdomain.example.com}} --dry-run

sudo certbot --webroot --webroot-path {{path/to/webroot}} --domain {{subdomain.example.com}} --test-cert

Также может быть вам интересно:
LinuxFreeBSDТрюки BashТерминал/Консоль
← ceph cewl →