21 lines
		
	
	
		
			345 B
		
	
	
	
		
			INI
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			345 B
		
	
	
	
		
			INI
		
	
	
	
	
	
| [ req ]
 | |
| default_bits       = 2048
 | |
| prompt             = no
 | |
| default_md         = sha256
 | |
| distinguished_name = req_distinguished_name
 | |
| req_extensions     = req_ext
 | |
| 
 | |
| [ req_distinguished_name ]
 | |
| C  = VG
 | |
| ST = Tortola
 | |
| L  = Road Town
 | |
| O  = DeTEE Ltd
 | |
| OU = Web3
 | |
| CN = staging-brain
 | |
| 
 | |
| [ req_ext ]
 | |
| subjectAltName = @alt_names
 | |
| 
 | |
| [ alt_names ]
 | |
| DNS.1 = staging-brain
 |