We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9456972 + 84eccd5 commit c814069Copy full SHA for c814069
alpine/docker-entrypoint.sh
@@ -51,6 +51,7 @@ fileEnvKeys=(
51
sslConfigKeys=(
52
cacertfile
53
certfile
54
+ depth
55
fail_if_no_peer_cert
56
keyfile
57
verify
@@ -207,7 +208,7 @@ rabbit_env_config() {
207
208
209
local rawVal=
210
case "$conf" in
- verify|fail_if_no_peer_cert)
211
+ verify|fail_if_no_peer_cert|depth)
212
[ "$val" ] || continue
213
rawVal="$val"
214
;;
debian/docker-entrypoint.sh
0 commit comments