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 阅读全文
posted @ 2022-05-12 19:45 li66 阅读(121) 评论(0) 推荐(0) 编辑
摘要:下载安装terrform cli 创建空白目录 mkdir tf 环境变量脚本 export TF_VAR_REGION=cn-zhangjiakou export TF_VAR_ALICLOUD_ACCESS_KEY=123 export TF_VAR_ALICLOUD_SECRET_KEY=45 阅读全文
posted @ 2022-05-03 19:56 li66 阅读(154) 评论(0) 推荐(0) 编辑