We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40874d6 commit d8456cfCopy full SHA for d8456cf
1 file changed
README.md
@@ -53,6 +53,10 @@ Vault.configure do |config|
53
# Custom SSL PEM, also read as ENV["VAULT_SSL_CERT"]
54
config.ssl_pem_file = "/path/on/disk.pem"
55
56
+ # As an alternative to a pem file, you can provide the raw PEM string, also read in the following order of preference:
57
+ # ENV["VAULT_SSL_PEM_CONTENTS_BASE64"] then ENV["VAULT_SSL_PEM_CONTENTS"]
58
+ config.ssl_pem_contents = "-----BEGIN ENCRYPTED..."
59
+
60
# Use SSL verification, also read as ENV["VAULT_SSL_VERIFY"]
61
config.ssl_verify = false
62
0 commit comments