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
现在阿里云本身已经不推荐使用永久有效的AccessKey(AK)来作为用户认证凭据了。相对的,阿里云希望我们使用有TTL的STS(Security Token Service)凭证,以免去AK需要做的轮换流程,确保安全性。然而acme.sh的阿里云DNS API实现仍基于原有的V2版本API请求体,该版本已经被阿里云标记为不推荐,并且不支持STS。
我希望能把阿里云DNS API实现更新为官方推荐的V3版本API请求体,并支持使用更安全的STS Token。
The text was updated successfully, but these errors were encountered:
欢迎任何pr
Sorry, something went wrong.
No branches or pull requests
背景
现在阿里云本身已经不推荐使用永久有效的AccessKey(AK)来作为用户认证凭据了。相对的,阿里云希望我们使用有TTL的STS(Security Token Service)凭证,以免去AK需要做的轮换流程,确保安全性。然而acme.sh的阿里云DNS API实现仍基于原有的V2版本API请求体,该版本已经被阿里云标记为不推荐,并且不支持STS。
需求
我希望能把阿里云DNS API实现更新为官方推荐的V3版本API请求体,并支持使用更安全的STS Token。
附录
搭配HashiCorp Vault之类的工具可以实现每次执行cron时动态申请新的STS。这也是我的使用场景。
The text was updated successfully, but these errors were encountered: