Skip to content

Commit

Permalink
Update ssl setup guide link in tomcat server
Browse files Browse the repository at this point in the history
  • Loading branch information
ilee authored and jzheaux committed Sep 24, 2020
1 parent fd61553 commit c2d8939
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down

0 comments on commit c2d8939

Please sign in to comment.