フォロー

Let's Encryptのワイルドカード証明書を使う。DNSをCloudflareにしてcertbotのプラグインで認証。

pip3 install certbot certbot-dns-cloudflare

/etc/letsencrypt/cloudflare.ini に

dns_cloudflare_email = 登録したメールアドレス
dns_cloudflare_api_key = 取得したGlobal API Key

を書いとく。

example.comと*.example.comの証明書を発行。初回のみメールや使用許諾確認あり。

certbot certonly --dns-cloudflare --dns-cloudflare-credentials /etc/letsencrypt/cloudflare.ini --preferred-challenges dns-01 --server acme-v02.api.letsencrypt.org/d --rsa-key-size 4096 -d example.com -d *.example.com

--server のとこ、

https: // acme-v02. api. letsencrypt. org / directory

(スペース除く)ね。リンクになっちゃってるけど。

スレッドを表示
ログインして会話に参加
DTP-Mstdn.jp

DTP-Mstdn.jpは、DTP・デザイン・印刷に関わる人々のためのMastodonインスタンスです。特定分野の専門インスタンスですので、日々のつぶやき、耳寄りな情報の共有、ディスカッション、質問とその回答、役立つスクリプトなど、他では投稿しづらい内容も、思う存分トゥートしましょう!