PM Extra

Results 113 comments of PM Extra

@mtrmac I've fixed it. Please let me know if there is anything else I need to do.

I don't know what I should do. I think it's ready for merging.

@mtrmac I'm not sure what you mean. `http.ProxyFromEnvironment` can support several variables such as `HTTP_PROXY`, `HTTPS_PROXY`, and `NO_PROXY`. If you set `HTTPS_PROXY`, it will work with `https:`.

@mtrmac see https://pkg.go.dev/net/http#ProxyFromEnvironment

> The httpConfig function is not used for https, so whether http.ProxyFromEnvironment would have worked for https is irrelevant when this PR is not invoking it in that case. @mtrmac...

@mtrmac Now I finally understand what you meant, and I apologize for the previous misunderstanding.

@iflamed ``` # This deployment required following variables # export Ali_Key="ALIACCESSKEY" # export Ali_Secret="ALISECRETKEY" # export DEPLOY_ALI_CDN_DOMAIN="cdn.example.com" # If you have more than one domain, just # export DEPLOY_ALI_CDN_DOMAIN="cdn1.example.com cdn2.example.com"...

@iflamed wiki: https://github.com/acmesh-official/acme.sh/wiki/deployhooks#33-deploy-your-certificate-to-alibaba-cloud-cdn-aliyun

@ShirasawaSama 目前没有支持,但只要把这一行代码的 `Cdn` 改成 `Dcdn` 应该就行了,你暂且可以复制一份改一下先用着,回头我考虑下加个设置来控制。 https://github.com/acmesh-official/acme.sh/blob/945b7de76fe1e4f136418e05cd80b2b3fc984ec7/deploy/ali_cdn.sh#L145