Skip to content

Commit 7e4407c

Browse files
committed
Work around regression in CryptX
> 0.080 nolonger accepts concatenated certs and privaekeys as a private key file
1 parent a838ce2 commit 7e4407c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xt/testapp/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ template: "template_toolkit"
66
issuer: "https://netsaml2-testapp.local"
77
url: "https://netsaml2-testapp.local"
88
cert: "sign-certonly.pem"
9-
encryption_key: "sign-certonly.pem"
10-
key: "sign-nopw-cert.pem"
9+
encryption_key: "sign-private.pem"
10+
key: "sign-private.pem"
1111
slo_url_soap: "/slo-soap"
1212
slo_url_redirect: "/sls-redirect-response"
1313
slo_url_post: "/sls-post-response"

0 commit comments

Comments
 (0)