We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 172cc4d + aef6742 commit 0ef97ceCopy full SHA for 0ef97ce
content/docs/usage/ingress.md
@@ -170,6 +170,10 @@ trigger Certificate resources to be automatically created:
170
configure `spec.privateKey.rotationPolicy` field to set the rotation policy of the private key for a Certificate.
171
Valid values are `Never` and `Always`. If unset a rotation policy `Never` will be used.
172
173
+## Generate multiple certificates with multiple ingresses
174
+
175
+If you need to generate certificates from multiple ingresses make sure it has the issuer annotation.
176
+Besides the annotation, it is necessary that each ingress possess a unique `tls.secretName`
177
178
## Optional Configuration
179
0 commit comments