We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76c7842 commit 40874d6Copy full SHA for 40874d6
1 file changed
lib/vault/defaults.rb
@@ -122,9 +122,9 @@ def ssl_ciphers
122
ENV["VAULT_SSL_CIPHERS"] || SSL_CIPHERS
123
end
124
125
- # The raw contents (as a string) for the pem file, Base64-encoded or unencoded.
126
- # To specify the path to the pem file, use {#ssl_pem_file} instead.
127
- # This value is preferred over the value for {#ssl_pem_file}, if set.
+ # The raw contents (as a string) for the pem file. To specify the path to
+ # the pem file, use {#ssl_pem_file} instead. This value is preferred over
+ # the value for {#ssl_pem_file}, if set.
128
# @return [String, nil]
129
def ssl_pem_contents
130
if ENV["VAULT_SSL_PEM_CONTENTS_BASE64"]
0 commit comments