java-tutorials/spring-security-modules/spring-security-web-x509
anuragkumawat 246d83d49d JAVA-26380 Update parent of child modules to use immediate parent 2023-10-28 13:19:47 +05:30
..
spring-security-web-x509-basic-auth
spring-security-web-x509-client-auth
store
README.md
pom.xml JAVA-26380 Update parent of child modules to use immediate parent 2023-10-28 13:19:47 +05:30

README.md

Spring Security Web - X.509

This module contains articles about X.509 authentication with Spring Security

Relevant Articles:

Note for the X.509 Authentication in Spring Security:

All the ready to use certificates are located in the store directory. The application is already configured to use these files. This means the app works out of the box.

However, it's highly recommended that you follow the article step by step and generate all the needed files by yourself. This will let you understand the topic more deeply.