Hi, I have a vault server which has a few secrets
ubuntu@juju-48d934-0-lxd-6:~$ vault secrets list
Path Type Accessor Description
charm-pki-local/ pki pki_424d8583 Charm created PKI backend
cubbyhole/ cubbyhole cubbyhole_4eebd0b8 per-token private secret storage
identity/ identity identity_e175e164 identity store
sys/ system system_3d81439b system endpoints used for control, policy and debugging
I want to get root-ca from charm-pki-local/ but it seems I have missed something.
Any idea?