mirror of
https://github.com/wahyd4/cert-manager.git
synced 2026-08-09 05:06:38 +10:00
Add closing quotes
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user