mirror of
				https://github.com/k3s-io/kubernetes.git
				synced 2025-11-04 07:49:35 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
		
			412 B
		
	
	
	
		
			INI
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			412 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]
 | 
						|
DNS.1 = kubernetes
 | 
						|
DNS.2 = kubernetes.default
 | 
						|
DNS.3 = kubernetes.default.svc
 | 
						|
DNS.4 = kubernetes.default.svc.cluster.local
 | 
						|
IP.1 = $ENV::KUBERNETES_SVC
 | 
						|
IP.2 = $ENV::MASTER_IP
 |