Skip to content

Commit

Permalink
Added transip_global_key to config.yaml (#3855)
Browse files Browse the repository at this point in the history
* Added transip_global_key to config.yaml

* Change str? to list(yes|no)?, update version, update changelog
  • Loading branch information
Goopher authored Dec 12, 2024
1 parent 7901ba4 commit 21ac292
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions letsencrypt/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 5.2.10

- Add transip global_key parameter to config.yaml

## 5.2.9

- Update certbot-dns-infomaniak to 0.2.3
Expand Down
1 change: 1 addition & 0 deletions letsencrypt/DOCS.md
Original file line number Diff line number Diff line change
Expand Up @@ -694,6 +694,7 @@ Example configuration:
dns:
provider: dns-transip
transip_username: transip-user
transip_global_key: 'no'
transip_api_key: |
-----BEGIN PRIVATE KEY-----
MII..ABCDEFGHIJKLMNOPQRSTUVWXYZ
Expand Down
3 changes: 2 additions & 1 deletion letsencrypt/config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
version: 5.2.9
version: 5.2.10
slug: letsencrypt
name: Let's Encrypt
description: Manage certificate from Let's Encrypt
Expand Down Expand Up @@ -120,6 +120,7 @@ schema:
sakuracloud_api_token: str?
transip_api_key: str?
transip_username: str?
transip_global_key: list(yes|no)?
inwx_username: str?
inwx_password: str?
inwx_shared_secret: str?
Expand Down

0 comments on commit 21ac292

Please sign in to comment.