updated stuff
This commit is contained in:
parent
e3e97b5aa2
commit
ccaeebddd7
1 changed files with 12 additions and 0 deletions
12
bin/unseal-vault
Executable file
12
bin/unseal-vault
Executable file
|
@ -0,0 +1,12 @@
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
export VAULT_ADDR=http://127.0.0.1:8200
|
||||||
|
|
||||||
|
vault operator unseal KoCARiCSxYunvmlXSKWlu6X1IpX+l1rIUkGOtRn/3+Cl &>/dev/null
|
||||||
|
vault operator unseal 9fM6oFia716rDbX/g8yMnasFNuxFLjP11QjkK9Un5d8s &>/dev/null
|
||||||
|
vault operator unseal IqpDWvgepLO1g5xyn/VhAzGAjdwcCBxIQeRhv9S9OYIN &>/dev/null
|
||||||
|
vault operator unseal +OJULQ4eqM2HJ/+1zlMN3buGvBqSnEeJUf/H8QYiXP2a &>/dev/null
|
||||||
|
vault operator unseal Lm/oUJNkDeREgLYtnbtwMgRPmImuGPgvnLB4wlAmhvVw &>/dev/null
|
||||||
|
|
||||||
|
echo "Vault unsealed!"
|
||||||
|
echo "Root Token: s.6SfRB4rkhbtcbxq1T5lvVmka"
|
Loading…
Add table
Reference in a new issue