mmumshad / kubernetes-the-hard-way

Bootstrap Kubernetes the hard way on Vagrant on Local Machine. No scripts.
Apache License 2.0
4.6k stars 4.48k forks source link

Modifications to openssl.cnf file needs to be modified taking TLS into consideration #319

Closed strikingraghu closed 10 months ago

strikingraghu commented 1 year ago

Hi Team,

With respect to '04-certificate-authority.md' instructions, we need not perform the below step: [ sudo sed -i '0,/RANDFILE/{s/RANDFILE/#&/}' /etc/ssl/openssl.cnf ]

As per the latest RHEL 8.4 version, we see TLS being used by default and this file is located in below path and managed by PKI concept: [ /etc/pki/tls/openssl.cnf ]

Hence, can you please review the need of this step and update this block?

fireflycons commented 10 months ago

Hi, We are currently refreshing this guide to latest kube version. This will be addressed as par tof the refresh. Thanks