Hi all.I have a question about certificate authent...
# k3s
m
Hi all.I have a question about certificate authentication: First,I generate the self signed certificates with a validity period from 2000 to 2099 years,result like this:
Copy code
for i in `ls /var/lib/rancher/k3s/server/tls/*.crt`; do echo $i; openssl x509 -startdate -noout -in $i; done
for i in `ls /var/lib/rancher/k3s/server/tls/temporary-certs/*.crt`; do echo $i; openssl x509 -startdate -noout -in $i; done