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.
1 parent 9097997 commit 9315599Copy full SHA for 9315599
docker-entrypoint.sh
@@ -123,6 +123,8 @@ function docker_create_config() {
123
}
124
125
function docker_pprint_metadata() {
126
+ if [ \( ! -f backend.key \) -o \( ! -f backend.crt \) -o -f backend.xml -o -f frontend.xml ]; then return; fi
127
+
128
# use the SAML2 backend keymat to temporarily sign the generated metadata
129
touch backend.xml frontend.xml
130
satosa-saml-metadata proxy_conf.yaml backend.key backend.crt
0 commit comments