📺 https://youtu.be/F7xEyfLYrBw
easyrsa
, openssl
, or cfssl
?easy-rsa
is an OpenVPN co-projecteasy-rsa
is literally a shell script wrapping openssl
easyrsa
cfssl
is Go using the openssl
librarycfssl
is never installed by defaultopenssl
has been the gold standard since 1999openssl
doesn’t use JSON, etc. (uses INI format)openssl
(instead of cfssl
in “tutorial”)CLUSTER_IP
kubeadm
certs tomorrowFound this fun snippet in the kubnernetes
source:
cluster/gce/util.sh:# TODO(roberthbailey): Replace easyrsa with a simple Go program to generate
Related: