-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
godaddy: documentation new API limitations (#2182)
- Loading branch information
Showing
2 changed files
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,6 +10,15 @@ GODADDY_API_SECRET=yyyyyyyy \ | |
lego --email [email protected] --dns godaddy --domains my.example.org run | ||
''' | ||
|
||
Additional = ''' | ||
GoDaddy has recently (2024-04) updated the account requirements to access parts of their production Domains API: | ||
- Availability API: Limited to accounts with 50 or more domains. | ||
- Management and DNS APIs: Limited to accounts with 10 or more domains and/or an active Discount Domain Club plan. | ||
https://community.letsencrypt.org/t/getting-unauthorized-url-error-while-trying-to-get-cert-for-subdomains/217329/12 | ||
''' | ||
|
||
[Configuration] | ||
[Configuration.Credentials] | ||
GODADDY_API_KEY = "API key" | ||
|