mirror of
				https://github.com/k3s-io/kubernetes.git
				synced 2025-10-30 21:30:16 +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
 |