You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error writing data to pki/root/generate/internal: Error making API request.
URL: PUT https://127.0.0.1:8200/v1/pki/root/generate/internal
Code: 500. Errors:
* 1 error occurred:
* error building CRLs: unable to persist updated cluster-local CRL config: failed to clean up internal CRL mapping: failed cleaning up orphaned CRL e8b334b1-82fd-daa1-f405-622600338209-delta: failed to acquire node data: zk: invalid path
Describe the bug
It is not possible to create a Root CA with the
root
user using Zookeeper as storage backend with mTLS.To Reproduce
Steps to reproduce the behavior:
vault server -config=/opt/homebrew/etc/vault/vault-config.hcl
export VAULT_ADDR=https://127.0.0.1:8200 VAULT_SKIP_VERIFY=true
vault operator init -key-shares=1 -key-threshold=1
vault operator unseal
(with the unseal key obtained from the previous command).vault login
(with the token obtained from step 3).vault secrets enable pki
.vault secrets tune -max-lease-ttl=87600h pki
.vault write pki/root/generate/internal common_name="example.com" issuer_name="root-2024" ttl=87600h key_bits=4096
.Expected behavior
As explained in the Step 1 of Build your own certificate authority (CA) documentation, the Root CA should be created.
Environment:
vault status
): 1.18.3vault version
): 1.18.3Vault server configuration file(s):
Additional context
zoo.cfg
:The text was updated successfully, but these errors were encountered: