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: content/docs/usage/gateway.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -438,6 +438,18 @@ Certificate resources:
438
438
configure `spec.privateKey.rotationPolicy` field to set the rotation policy of the private key for a Certificate.
439
439
Valid values are `Never` and `Always`. If unset a rotation policy `Never` will be used.
440
440
441
+
It is possible to copy any specific custom annotation into generated `Certificate` object.
442
+
Like below, custom `Venafi` configuration could be specified. When `cert-manager` is started with `--extra-certificate-annotations=venafi.cert-manager.io/custom-fields`
Copy file name to clipboardExpand all lines: content/docs/usage/ingress.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -177,6 +177,19 @@ trigger Certificate resources to be automatically created:
177
177
configure `spec.privateKey.rotationPolicy` field to set the rotation policy of the private key for a Certificate.
178
178
Valid values are `Never` and `Always`. If unset a rotation policy `Never` will be used.
179
179
180
+
It is possible to copy any specific custom annotation into generated `Certificate` object.
181
+
Like below, custom `Venafi` configuration could be specified. When `cert-manager` is started with `--extra-certificate-annotations=venafi.cert-manager.io/custom-fields`
0 commit comments