File tree Expand file tree Collapse file tree 3 files changed +18
-9
lines changed Expand file tree Collapse file tree 3 files changed +18
-9
lines changed Original file line number Diff line number Diff line change 1- export SPRING_URL=https://spring:8443/
1+ export SPRING_URL=https://spring:8443
22export SPRING_CA_CERT=/config/oauth/spring/ca_spring_certificate.pem
Original file line number Diff line number Diff line change 1- export SPRING_URL=https://localhost:8080/
1+ export SPRING_URL=https://localhost:8443
22export OAUTH_PROVIDER_URL=${SPRING_URL}
33export SPRING_CA_CERT=selenium/test/oauth/spring/ca_spring_certificate.pem
Original file line number Diff line number Diff line change 11server :
2+ port : 8443
23 ssl :
3- enabled : true
4- protocol : TLS
5- enabled-protocols : TLSv1.2
6- key-store-type : PKCS12
7- key-store : /config/server_spring.jks
8- key-store-password : foobar
9- port : 8080
4+ bundle : spring-authorizationserver
5+
6+ spring :
7+ ssl :
8+ bundle :
9+ jks :
10+ spring-authorizationserver :
11+ key :
12+ alias : server-spring-tls
13+ password : foobar
14+ keystore :
15+ location : /config/server_spring.jks
16+ password : foobar
17+ type : PKCS12
18+
You can’t perform that action at this time.
0 commit comments