fix: cert printing config issue
Signed-off-by: Thomas Stocker <thomas.stocker.pro@gmail.com>
This commit is contained in:
committed by
Bryan Frimin
parent
4638c72a11
commit
53965631c8
@@ -127,8 +127,10 @@ EOF
|
||||
saml:
|
||||
session-duration: ${SAML_SESSION_DURATION:-604800}
|
||||
cleanup-interval-seconds: ${SAML_CLEANUP_INTERVAL_SECONDS:-0}
|
||||
certificate: "${SAML_CERTIFICATE:-}"
|
||||
private-key: "${SAML_PRIVATE_KEY:-}"
|
||||
certificate: |
|
||||
$(echo "${SAML_CERTIFICATE:-}" | sed 's/^/ /')
|
||||
private-key: |
|
||||
$(echo "${SAML_PRIVATE_KEY:-}" | sed 's/^/ /')
|
||||
EOF
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user