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