From 2795ad0a4cabfad9ef27a0d24e83b6405f8bfce3 Mon Sep 17 00:00:00 2001 From: joenzx <42016493+joenzx@users.noreply.github.com> Date: Thu, 28 Jul 2022 11:22:59 +0800 Subject: [PATCH] The value must be the same as that in dns_huaweicloud.sh --- dnsapi.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/dnsapi.md b/dnsapi.md index 72f292b..b0af05c 100644 --- a/dnsapi.md +++ b/dnsapi.md @@ -2486,13 +2486,12 @@ Please report any issue [here](https://github.com/acmesh-official/acme.sh/issues ## 123. Use HuaweiCloud API Export your credentials as an environment variable: -ProjectID can be found at [here](https://console-intl.huaweicloud.com/iam/?region=ap-southeast-1#/myCredential) -It seems that project ID can be retrieved automatically, but this dnsapi does not implement it yet. +About "DomainName" parameters see: https://support.huaweicloud.com/api-iam/iam_01_0006.html ```sh export HUAWEICLOUD_Username= # Usually hwxxxxxx export HUAWEICLOUD_Password= -export HUAWEICLOUD_ProjectID= +export HUAWEICLOUD_DomainName= ``` To issue a cert: