TLS 인증서를 자동으로 획득하고 갱신하기 위한 Let's Encrypt 에이전트.
letsencrypt
의 후속 도구. 더 많은 정보: https://certbot.eff.org/docs/using.html.
sudo certbot certonly --webroot --webroot-path {{경로/대상/웹루트}} --domain {{서브도메인.example.com}}
sudo certbot --nginx --domain {{서브도메인.example.com}}
sudo certbot --apache --domain {{서브도메인.example.com}}
sudo certbot renew
sudo certbot --webroot --webroot-path {{경로/대상/웹루트}} --domain {{서브도메인.example.com}} --dry-run
sudo certbot --webroot --webroot-path {{경로/대상/웹루트}} --domain {{서브도메인.example.com}} --test-cert