Skip to content

Commit 8ed1936

Browse files
committed
📝 document disableAccountKeyGeneration feature and add contributor
- Add Thomas Coudert to contributors list - Improve disableAccountKeyGeneration comments for ClusterIssuer and Issuer
1 parent 6ebdd27 commit 8ed1936

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,3 +74,4 @@ We appreciate your understanding and cooperation in maintaining a positive and p
7474
- [Aurelie Vache](https://github.com/scraly)
7575
- [Karol Stoiński](https://github.com/KarolStoinski)
7676
- [Pierre Mahot](https://github.com/pierremahot)
77+
- [Thomas Coudert](https://github.com/thcdrt)

charts/cert-manager-webhook-ovh/values.yaml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,13 @@ issuers:
6060
# email to use when registrering your account with Let's encrypt.
6161
email: acme@example.net
6262

63+
# Enables or disables generating a new ACME account key.
64+
# If true, the Issuer resource will not request a new account but will expect the account key to be supplied via an existing secret.
65+
# If false, the cert-manager system will generate a new ACME account key for the Issuer.
66+
# Defaults to false.
67+
# See https://cert-manager.io/docs/reference/api-docs/#acme.cert-manager.io/v1.ACMEIssuer
68+
# disableAccountKeyGeneration: true
69+
6370
# If the ACME server supports profiles, you can specify the profile name here.
6471
# For more details, see https://cert-manager.io/docs/configuration/acme/#acme-certificate-profiles
6572
# Available as of Cert Manager 1.18.0
@@ -173,7 +180,11 @@ issuers:
173180
# email to use when registering your account with Let's encrypt.
174181
email: acme@example.net
175182

176-
# If the disableAccountKeyGeneration field is set, cert-manager will not create a new ACME account and use the existing key specified in privateKeySecretRef
183+
# Enables or disables generating a new ACME account key.
184+
# If true, the Issuer resource will not request a new account but will expect the account key to be supplied via an existing secret.
185+
# If false, the cert-manager system will generate a new ACME account key for the Issuer.
186+
# Defaults to false.
187+
# See https://cert-manager.io/docs/reference/api-docs/#acme.cert-manager.io/v1.ACMEIssuer
177188
# disableAccountKeyGeneration: true
178189

179190
# If the ACME server supports profiles, you can specify the profile name here.

0 commit comments

Comments
 (0)