mirror of
				https://github.com/bolucat/Archive.git
				synced 2025-11-01 04:13:16 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			22 lines
		
	
	
		
			590 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			590 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| [req]
 | |
| default_bits           = 2048
 | |
| distinguished_name     = req_distinguished_name
 | |
| attributes             = req_attributes
 | |
| prompt                 = no
 | |
| output_password        = mypass
 | |
| 
 | |
| [req_distinguished_name]
 | |
| C                      = US
 | |
| ST                     = Test State or Province
 | |
| L                      = Test Locality
 | |
| O                      = Organization Name
 | |
| OU                     = Organizational Unit Name
 | |
| CN                     = Common Name
 | |
| emailAddress           = test@email.address
 | |
| 
 | |
| [req_attributes]
 | |
| challengePassword              = 1234
 | |
| 
 | |
| [SAN]
 | |
| subjectAltName=IP:127.0.0.1
 | 
