-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9348869
commit 3f8e3fb
Showing
7 changed files
with
37 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,9 @@ | ||
# Changelog | ||
|
||
## 5.0.8 | ||
|
||
- Add Dreamhost DNS challenge support | ||
|
||
## 5.0.7 | ||
|
||
- Add Porkbun DNS challenge support | ||
|
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 |
---|---|---|
|
@@ -99,6 +99,8 @@ inwx_password: '' | |
inwx_shared_secret: '' | ||
porkbun_key: '' | ||
porkbun_secret: '' | ||
dreamhost_api_baseurl: '' | ||
dreamhost_api_key: '' | ||
``` | ||
|
||
## Advanced | ||
|
@@ -583,7 +585,22 @@ dns: | |
porkbun_key: 0123456789abcdef0123456789abcdef01234 | ||
porkbun_secret: 0123456789abcdef0123456789abcdef01234 | ||
``` | ||
</details> | ||
<details> | ||
<summary>Dreamhost</summary> | ||
```yaml | ||
email: [email protected] | ||
domains: | ||
- your.domain.tld | ||
certfile: fullchain.pem | ||
keyfile: privkey.pem | ||
challenge: dns | ||
dns: | ||
provider: dns-dreamhost | ||
dreamhost_baseurl: https://api.dreamhost.com/ | ||
dreamhost_api_key: XXXXXX | ||
``` | ||
</details> | ||
## Certificate files | ||
|
@@ -604,6 +621,7 @@ dns-directadmin | |
dns-dnsimple | ||
dns-dnsmadeeasy | ||
dns-duckdns | ||
dns-dreamhost | ||
dns-gehirn | ||
dns-google | ||
dns-hetzner | ||
|
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
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
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