certbot certbot run certbot --apache ※Apacheの設定ファイルに自動で設定する
certbot certonly 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 renew --dry-run