mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-03 19:58:17 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			262 B
		
	
	
	
		
			INI
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			262 B
		
	
	
	
		
			INI
		
	
	
	
	
	
[req]
 | 
						|
req_extensions = v3_req
 | 
						|
distinguished_name = req_distinguished_name
 | 
						|
[req_distinguished_name]
 | 
						|
[ v3_req ]
 | 
						|
basicConstraints = CA:FALSE
 | 
						|
keyUsage = nonRepudiation, digitalSignature, keyEncipherment
 | 
						|
subjectAltName = @alt_names
 | 
						|
[alt_names]
 | 
						|
IP.1 = $ENV::WORKER_IP
 |