LoginSignup
8
5

More than 5 years have passed since last update.

Let’s EncryptにてACME v2でワイルドカード証明書を発行

Posted at

ACME v2はacme.shのマスタブランチにマージ済み
https://community.letsencrypt.org/t/acme-v2-is-merged-in-to-master-branch-of-acme-sh/52242

下記でACME v2用のスクリプトを取得

curl https://get.acme.sh | sh
acme.sh --test --dns --issue -d *.example.com
_acme-challenge.example.comのTXTレコードを更新したあと、renewコマンドを実行


acme.sh --renew -d *.example.com
gcloud compute ssl-certificates createで証明書を登録

ACME v1と変わらず利用可能

リリースは2/27予定をしていたみたいです。
しかし、品質を優先する為に遅れるという報告があります。
https://community.letsencrypt.org/t/acmev2-and-wildcard-launch-delay/53654/7

8
5
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
8
5