Files correlati : Commento : Spostamento in libraries delle librerie esterne di Campo per una maggiore pulizia e organizzazione git-svn-id: svn://10.65.10.50/branches/R_10_00@24150 c028cbd2-c16b-5b4b-a496-9718f37d4682
		
			
				
	
	
		
			26 lines
		
	
	
		
			754 B
		
	
	
	
		
			Promela
		
	
	
	
	
	
			
		
		
	
	
			26 lines
		
	
	
		
			754 B
		
	
	
	
		
			Promela
		
	
	
	
	
	
| extensions = x509v3
 | |
| [ x509v3 ]
 | |
| subjectAltName = DNS:localhost
 | |
| keyUsage	= keyEncipherment,digitalSignature,keyAgreement
 | |
| extendedKeyUsage = serverAuth
 | |
| subjectKeyIdentifier = hash
 | |
| authorityKeyIdentifier = keyid
 | |
| basicConstraints = CA:false
 | |
| [ req ]
 | |
| default_bits                    = 1024
 | |
| distinguished_name              = req_DN
 | |
| default_md			= sha256
 | |
| string_mask			= utf8only
 | |
| [ req_DN ]
 | |
| countryName                     = "Country Name is Northern Nowhere"
 | |
| countryName_value            = NN
 | |
| organizationName              = "Organization Name"
 | |
| organizationName_value     = Edel Curl Arctic Illudium Research Cloud
 | |
| commonName                      = "Common Name"
 | |
| commonName_value              = localhost 
 | |
| 
 | |
| [something]
 | |
| # The key
 | |
| # the certificate
 | |
| # some dhparam
 |