Last active
March 27, 2020 19:27
-
-
Save kaxil/dfd8f285d69e9bbb4935e5ab3471f5af to your computer and use it in GitHub Desktop.
Create Hashicorp Vault Secret
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
vault kv put \ | |
secret/connections/smtp_default \ | |
conn_uri=smtps://user:[email protected]:465 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment