open-vault/changelog/16813.txt
Steven Clark da7fd8f639
Migrate existing PKI mounts that only contains a key (#16813)
* Migrate existing PKI mounts that only contains a key

- We missed testing a use-case of the migration that someone has a PKI
  mount point that generated a CSR but never called set-signed back on
  that mount point so it only contains a key.

* Add cl
2022-08-22 10:11:21 -07:00

4 lines
117 B
Plaintext

```release-note:bug
secrets/pki: Fix migration to properly handle mounts that contain only keys, no certificates
```