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
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -173,6 +173,9 @@ issuers:
173
173
# email to use when registering your account with Let's encrypt.
174
174
email: acme@example.net
175
175
176
+
# If the disableAccountKeyGeneration field is set, cert-manager will not create a new ACME account and use the existing key specified in privateKeySecretRef
177
+
# disableAccountKeyGeneration: true
178
+
176
179
# If the ACME server supports profiles, you can specify the profile name here.
177
180
# For more details, see https://cert-manager.io/docs/configuration/acme/#acme-certificate-profiles
178
181
# Run the command `curl -fsSL https://acme-v02.api.letsencrypt.org/directory` and inpsect the object `profiles`.
0 commit comments