AmazonLinuxでLet's Encrypt


ゴール

SSL証明書が出力される

設定の違い

AmazonLinuxの場合唯一./letsencrypt-auto --help --debugとしなければならない点に注意

sudo yum install git
git clone https://github.com/letsencrypt/letsencrypt
cd letsencrypt/
./letsencrypt-auto --help --debug (AmazonLinux時は、--debug必須)
./letsencrypt-auto certonly -a standalone -d <サーバ名>
メールアドレス入力
Agree