match cert name for qa-connector in app yml file, SC-2670

This commit is contained in:
Patrik Holmqvist 2025-02-19 09:56:05 +01:00
parent 27a0d31fdf
commit 72232b5b96
Signed by: pahol
GPG key ID: 5D5B0D4E93F77273

View file

@ -111,15 +111,15 @@ connector:
backup-directory: ${CONNECTOR_DIRECTORY}/backup backup-directory: ${CONNECTOR_DIRECTORY}/backup
eu-metadata: eu-metadata:
location: https://test.md.eidas.swedenconnect.se/role/idp.xml location: https://test.md.eidas.swedenconnect.se/role/idp.xml
validation-certificate: file:${CONNECTOR_DIRECTORY}/credentials/sctest2.crt validation-certificate: file:${CONNECTOR_DIRECTORY}/credentials/metadata.crt
eidas: eidas:
credentials: credentials:
# Use same as for IdP except for the metadata signing credential # Use same as for IdP except for the metadata signing credential
metadata-sign: metadata-sign:
pem: pem:
name: "Credential Metadata Signing" name: "Credential Metadata Signing"
certificates: file:${CONNECTOR_DIRECTORY}/credentials/sctest2.crt certificates: file:${CONNECTOR_DIRECTORY}/credentials/metadata.crt
private-key: file:${CONNECTOR_DIRECTORY}/credentials/sctest2.key private-key: file:${CONNECTOR_DIRECTORY}/credentials/metadata.key
prid: prid:
policy-resource: file:${CONNECTOR_DIRECTORY}/prid/policy.properties policy-resource: file:${CONNECTOR_DIRECTORY}/prid/policy.properties
idp: idp:
@ -154,7 +154,7 @@ saml:
metadata-providers: metadata-providers:
- location: https://test.md.swedenconnect.se/role/sp.xml - location: https://test.md.swedenconnect.se/role/sp.xml
backup-location: ${connector.backup-directory}/metadata/sc-cache.xml backup-location: ${connector.backup-directory}/metadata/sc-cache.xml
validation-certificate: file:${CONNECTOR_DIRECTORY}/credentials/sctest2.crt validation-certificate: file:${CONNECTOR_DIRECTORY}/credentials/metadata.crt
credentials: credentials:
# Use same as for IdP except for the metadata signing credential # Use same as for IdP except for the metadata signing credential
sign: sign: