Friday, October 3, 2025

Generate a Hashicorp Vault Token when it's expired

You can use the below mentioned command to generate the new token
 
sudo VAULT_ADDR=https://vault.cdsys.local:8200 vault token create -policy=application-policy -ttl=2160h -display-name="application"

No comments:

Post a Comment