We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
for _domain in "${DOMAIN_LIST[@]}"; do aliapi_rpc GET cdn.aliyuncs.com 2018-05-10 SetDomainServerCertificate --DomainName "$_domain" --ServerCertificateStatus on --CertName "$CERT_NAME" --CertType cas || exit 103 done
现在DOMAIN_LIST里的全部通过静态CDN配置,希望能同时支持静态CDN和全站加速/DCDN的用例,这两者应该是用的最多的,谢谢! (至于PCDN等没用过不做评论了)
静态CDN
全站加速/DCDN
https://help.aliyun.com/zh/dcdn/developer-reference/api-dcdn-2018-01-15-overview
The text was updated successfully, but these errors were encountered:
如果方便的话,你可以为其提交个 PR。
Sorry, something went wrong.
虽然想,但是bash手生没写过 🤣
Hill-98
No branches or pull requests
现在DOMAIN_LIST里的全部通过静态CDN配置,希望能同时支持
静态CDN
和全站加速/DCDN
的用例,这两者应该是用的最多的,谢谢!(至于PCDN等没用过不做评论了)
https://help.aliyun.com/zh/dcdn/developer-reference/api-dcdn-2018-01-15-overview
The text was updated successfully, but these errors were encountered: