You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/manual/src/docs/asciidoc/_includes/servlet/authentication/x509.adoc
+1-1
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ It maps the certificate to an application user and loads that user's set of gran
15
15
16
16
You should be familiar with using certificates and setting up client authentication for your servlet container before attempting to use it with Spring Security.
17
17
Most of the work is in creating and installing suitable certificates and keys.
18
-
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].
18
+
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].
19
19
It's important that you get this working before trying it out with Spring Security
0 commit comments