Skip to content

Commit 9a4cb06

Browse files
Fix location of spring ca certs for selenium test
1 parent d6102db commit 9a4cb06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
export SPRING_URL=https://spring:8443
22
export OAUTH_PROVIDER_URL=https://spring:8443
33
export SPRING_CA_CERT=/config/authnz-msg-protocols/spring/ca_spring_certificate.pem
4-
export OAUTH_NODE_EXTRA_CA_CERTS=/config/authnz-msg-protocols/spring/ca_spring_certificate.pem
4+
export OAUTH_NODE_EXTRA_CA_CERTS=authnz-msg-protocols/spring/ca_spring_certificate.pem

0 commit comments

Comments
 (0)