mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-28 14:52:24 +00:00
SEC-647: Updated server keystore (new certificate using our own Test CA) and added client certificates for users rod and dianne.
This commit is contained in:
parent
0005da3b63
commit
e44e641106
BIN
samples/tutorial/dianne.p12
Executable file
BIN
samples/tutorial/dianne.p12
Executable file
Binary file not shown.
Binary file not shown.
@ -93,7 +93,7 @@
|
||||
<plugin>
|
||||
<groupId>org.mortbay.jetty</groupId>
|
||||
<artifactId>maven-jetty-plugin</artifactId>
|
||||
<version>6.1.5</version>
|
||||
<version>6.1.7</version>
|
||||
<configuration>
|
||||
<contextPath>/tutorial</contextPath>
|
||||
<connectors>
|
||||
@ -103,9 +103,13 @@
|
||||
</connector>
|
||||
<connector implementation="org.mortbay.jetty.security.SslSocketConnector">
|
||||
<port>8443</port>
|
||||
<keystore>keystore</keystore>
|
||||
<keystore>server.jks</keystore>
|
||||
<password>password</password>
|
||||
<keyPassword>password</keyPassword>
|
||||
<truststore>server.jks</truststore>
|
||||
<trustPassword>password</trustPassword>
|
||||
<wantClientAuth>true</wantClientAuth>
|
||||
<needClientAuth>false</needClientAuth>
|
||||
</connector>
|
||||
</connectors>
|
||||
</configuration>
|
||||
|
BIN
samples/tutorial/rod.p12
Executable file
BIN
samples/tutorial/rod.p12
Executable file
Binary file not shown.
BIN
samples/tutorial/server.jks
Executable file
BIN
samples/tutorial/server.jks
Executable file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user