You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: charts/cert-manager-webhook-ovh/values.yaml
+12-1Lines changed: 12 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -60,6 +60,13 @@ issuers:
60
60
# email to use when registrering your account with Let's encrypt.
61
61
email: acme@example.net
62
62
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
+
63
70
# If the ACME server supports profiles, you can specify the profile name here.
64
71
# For more details, see https://cert-manager.io/docs/configuration/acme/#acme-certificate-profiles
65
72
# Available as of Cert Manager 1.18.0
@@ -173,7 +180,11 @@ issuers:
173
180
# email to use when registering your account with Let's encrypt.
174
181
email: acme@example.net
175
182
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
177
188
# disableAccountKeyGeneration: true
178
189
179
190
# If the ACME server supports profiles, you can specify the profile name here.
0 commit comments