From a20e8b6d9b72d23846404f3334abb470794bd732 Mon Sep 17 00:00:00 2001 From: ilee Date: Sun, 20 Sep 2020 15:43:42 +0900 Subject: [PATCH] Update ssl setup guide link in tomcat server --- .../docs/asciidoc/_includes/servlet/authentication/x509.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manual/src/docs/asciidoc/_includes/servlet/authentication/x509.adoc b/docs/manual/src/docs/asciidoc/_includes/servlet/authentication/x509.adoc index 39d7dd7ca69..d84ae8560c6 100644 --- a/docs/manual/src/docs/asciidoc/_includes/servlet/authentication/x509.adoc +++ b/docs/manual/src/docs/asciidoc/_includes/servlet/authentication/x509.adoc @@ -15,7 +15,7 @@ It maps the certificate to an application user and loads that user's set of gran You should be familiar with using certificates and setting up client authentication for your servlet container before attempting to use it with Spring Security. Most of the work is in creating and installing suitable certificates and keys. -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]. +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]. It's important that you get this working before trying it out with Spring Security