certbot --version
certbot certbot run
certbot --apache ※Apacheの設定ファイルに自動で設定する certbot --nginx ※Nginxの設定ファイルに自動で設定する
certbot certonly ※実行するとモード(standalone/webroot)の選択が求められる certbot certonly -d <domain-name> certbot certonly -d <domain-name> -d <domain-name> certbot certonly --key-type rsa ※鍵の種類:RSA certbot certonly --key-type ecdsa ※鍵の種類:ECDSA
certbot certonly --standalone -d <domain-name>
certbot certonly --webroot -w <html-path> -d <domain-name>
certbot renew --dry-run
certbot renew