mirror of
				https://github.com/Mikaela/Limnoria-doc.git
				synced 2025-11-04 11:07:22 +01:00 
			
		
		
		
	Add basic doc on SSL cert validation.
This commit is contained in:
		
							parent
							
								
									2a280c9ad1
								
							
						
					
					
						commit
						246aee9061
					
				@ -12,6 +12,7 @@ The Supybot user guide
 | 
			
		||||
    configuration.rst
 | 
			
		||||
    identifying_to_services.rst
 | 
			
		||||
    capabilities.rst
 | 
			
		||||
    security.rst
 | 
			
		||||
    faq.rst
 | 
			
		||||
    httpserver.rst
 | 
			
		||||
    supybot-botchk.rst
 | 
			
		||||
 | 
			
		||||
							
								
								
									
										53
									
								
								use/security.rst
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										53
									
								
								use/security.rst
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,53 @@
 | 
			
		||||
********************
 | 
			
		||||
Security in Limnoria
 | 
			
		||||
********************
 | 
			
		||||
 | 
			
		||||
Trust in network operators
 | 
			
		||||
==========================
 | 
			
		||||
 | 
			
		||||
to do
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
.. _security-ssl:
 | 
			
		||||
 | 
			
		||||
Network connections / SSL
 | 
			
		||||
=========================
 | 
			
		||||
 | 
			
		||||
Background on SSL certification validation
 | 
			
		||||
------------------------------------------
 | 
			
		||||
 | 
			
		||||
to do
 | 
			
		||||
 | 
			
		||||
Certificate validation in Limnoria
 | 
			
		||||
----------------------------------
 | 
			
		||||
 | 
			
		||||
Until version 2016.02.24, Limnoria did not support certificate validation.
 | 
			
		||||
Starting from this version, it is possible, but disabled by default, in order
 | 
			
		||||
to not break existing bot when updating.
 | 
			
		||||
 | 
			
		||||
Certificate validation can be enabled using this command::
 | 
			
		||||
 | 
			
		||||
    @config supybot.protocols.ssl.verifyCertificates true
 | 
			
		||||
 | 
			
		||||
Available validation mechanisms are Certification Authorities and
 | 
			
		||||
fingerprint checking.
 | 
			
		||||
 | 
			
		||||
Certificate Authorities
 | 
			
		||||
-----------------------
 | 
			
		||||
 | 
			
		||||
to do
 | 
			
		||||
 | 
			
		||||
Fingerprint checking
 | 
			
		||||
--------------------
 | 
			
		||||
 | 
			
		||||
to do
 | 
			
		||||
 | 
			
		||||
.. _ssl-python-versions:
 | 
			
		||||
 | 
			
		||||
Supported python versions
 | 
			
		||||
-------------------------
 | 
			
		||||
 | 
			
		||||
Fingerprint checking is available in all Python versions.
 | 
			
		||||
 | 
			
		||||
CA validation is available in Python 2, starting on 2.7.9; and
 | 
			
		||||
Python 3, starting on 3.4.
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user