05 2022 档案
摘要:安装acme.sh脚本 curl https://get.acme.sh | sh -s email=my@example.com 使用 http方式验证域名 acme.sh --issue -d www.example.com --server letsencrypt --cert-file /o
阅读全文
摘要:下载安装terrform cli 创建空白目录 mkdir tf 环境变量脚本 export TF_VAR_REGION=cn-zhangjiakou export TF_VAR_ALICLOUD_ACCESS_KEY=123 export TF_VAR_ALICLOUD_SECRET_KEY=45
阅读全文