docs: update changelog + examples
This commit is contained in:
parent
a37af17d58
commit
91380bf230
2 changed files with 9 additions and 1 deletions
5
CHANGELOG.md
Normal file
5
CHANGELOG.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
# changelog
|
||||
|
||||
### 1.0.0
|
||||
|
||||
- changed format for porkbun handler
|
|
@ -29,9 +29,12 @@ certificates = [
|
|||
|
||||
[domains]
|
||||
"ptrc.gay" = "hetzner"
|
||||
"porkbunned.example" = "porkbun"
|
||||
"yet.another.domain.tld" = { provider = "hetzner", secret = "this_is_a_different_secret" }
|
||||
|
||||
[secrets]
|
||||
hetzner = "your_secret_goes_here"
|
||||
porkbun = { apikey = "owo", secretapikey = "uwu" }
|
||||
```
|
||||
|
||||
configuration options:
|
||||
|
@ -45,5 +48,5 @@ currently implemented providers:
|
|||
- `cloudflare`
|
||||
- `hetzner`
|
||||
- `http`
|
||||
- `porkbun` (with secrets `porkbun.apikey` and `porkbun.secretapikey`)
|
||||
- `porkbun` (with secrets `apikey` and `secretapikey`, see example config)
|
||||
- `he` ( hurricane electric )
|
||||
|
|
Loading…
Reference in a new issue