13 lines
		
	
	
		
			729 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			729 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
| ## Spring Security Web - X.509
 | |
| 
 | |
| This module contains articles about X.509 authentication with Spring Security 
 | |
| 
 | |
| ### Relevant Articles:
 | |
| - [X.509 Authentication in Spring Security](https://www.baeldung.com/x-509-authentication-in-spring-security)
 | |
| 
 | |
| ###### Note for the [X.509 Authentication in Spring Security](https://www.baeldung.com/x-509-authentication-in-spring-security):
 | |
| All the ready to use certificates are located in the [store](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.  |