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


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