mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-03 19:58:17 +00:00 
			
		
		
		
	The package "k8s.io/kubernetes/cmd/kubeadm/app/util/pkiutil" is used for a couple of function calls: - pkiutil.NewCertAndKey() to generate a cert/key pair - pkiutil.WriteCertAndKey() to write the pair to disk Unroll and simplify the functions to obtain the same functionality while removing the cmd/kubeadm dependency.