Add closing quotes

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref
2020-09-09 13:38:06 -04:00
committed by GitHub
parent 4abc7f16b0
commit 08b5fe415c
@@ -238,14 +238,14 @@ resources that are owned by Certificates.
store it in the Secret resource.
* If the `Issuing` condition is `False` or not set:
* Delete all owned Secret resources with the `cert-manager.io/next-private-key: "true`
* Delete all owned Secret resources with the `cert-manager.io/next-private-key: "true"`
* Ensure `status.nextPrivateKeySecretName` is unset - we may want to
consider not doing this in case a user has manually specified this field
and pointed it at an 'un-owned' Secret. This depends whether we want to
support this as a mode of operation.
When creating a 'next private key' Secret resource, the
`cert-manager.io/next-private-key: "true` annotation is added as well as an
`cert-manager.io/next-private-key: "true"` annotation is added as well as an
OwnerReference to the Certificate resource.
Private keys generated by the key manager will be encoded in PKCS#8 format for