Merge a94b5d8507fc7111d07f9f5e5a160c8b30e897af into bed1c311e33cb44d500fb61da5f01af229c98f25

This commit is contained in:
Alexander Moortgat-Pick 2025-04-24 10:14:24 -04:00 committed by GitHub
commit 8686e5ce31
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,12 +4,17 @@ dns_scaleway_info='ScaleWay.com
Site: ScaleWay.com
Docs: github.com/acmesh-official/acme.sh/wiki/dnsapi2#dns_scaleway
Options:
SCALEWAY_API_TOKEN API Token
SCALEWAY_API_TOKEN API Key Secret (SCW_SECRET_KEY)
Issues: github.com/acmesh-official/acme.sh/issues/3295
'
# Scaleway API
# https://developers.scaleway.com/en/products/domain/dns/api/
#
# NOTE: the API of Scaleway seems to have changed
# While in the past it was using an API Token, managing DNS now (2025) requires
# an API Key. API Tokens are still available, but not for managing DNS.
# For compatibility reasons, we should probably leave the variable as
# SCALEWAY_API_TOKEN, although it now requires the value of SCW_SECRET_KEY.
######## Public functions #####################