Skip to content

Commit 41e6347

Browse files
ileejzheaux
authored andcommitted
Update ssl setup guide link in tomcat server
1 parent 5bce912 commit 41e6347

File tree

1 file changed

+1
-1
lines changed
  • docs/manual/src/docs/asciidoc/_includes/servlet/additional-topics

1 file changed

+1
-1
lines changed

docs/manual/src/docs/asciidoc/_includes/servlet/additional-topics/x509.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ It maps the certificate to an application user and loads that user's set of gran
1616

1717
You should be familiar with using certificates and setting up client authentication for your servlet container before attempting to use it with Spring Security.
1818
Most of the work is in creating and installing suitable certificates and keys.
19-
For example, if you're using Tomcat then read the instructions here https://tomcat.apache.org/tomcat-6.0-doc/ssl-howto.html[https://tomcat.apache.org/tomcat-6.0-doc/ssl-howto.html].
19+
For example, if you're using Tomcat then read the instructions here https://tomcat.apache.org/tomcat-9.0-doc/ssl-howto.html[https://tomcat.apache.org/tomcat-9.0-doc/ssl-howto.html].
2020
It's important that you get this working before trying it out with Spring Security
2121

2222

0 commit comments

Comments
 (0)