📜  在保险库中包装令牌 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:51:08.613000             🧑  作者: Mango

代码示例1
#Generate a normal token 
vault token create

#Generate a wrapping token
vault token create -wrap-ttl=600

#Unwrap the actual token. If you try again the same command 2nd time it gives error that the 
#wrapping token is not valid as it can be done only once 
vault unwrap