shipping_openbao_logs #17
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ server:
|
||||||
echo $(grep "Unseal Key 4:" /tmp/init.txt | awk '{print $NF}')| cat > /openbao/data/unseal_key4.txt
|
echo $(grep "Unseal Key 4:" /tmp/init.txt | awk '{print $NF}')| cat > /openbao/data/unseal_key4.txt
|
||||||
echo $(grep "Unseal Key 5:" /tmp/init.txt | awk '{print $NF}')| cat > /openbao/data/unseal_key5.txt
|
echo $(grep "Unseal Key 5:" /tmp/init.txt | awk '{print $NF}')| cat > /openbao/data/unseal_key5.txt
|
||||||
bao login $(grep "Initial Root Token:" /tmp/init.txt | awk '{print $NF}')
|
bao login $(grep "Initial Root Token:" /tmp/init.txt | awk '{print $NF}')
|
||||||
bao audit enable file file_path=/asdfsdf/sadfs.log
|
bao audit enable file file_path=/var/log/openbao.log
|
||||||
rm /tmp/init.txt
|
rm /tmp/init.txt
|
||||||
ui:
|
ui:
|
||||||
enabled: true
|
enabled: true
|
Reference in a new issue