Index

openssl s_client -connect www.rechat.top:443 -showcerts /dev/null | openssl x509 -outform PEM > rocketchat-ca.crt

kubectl create secret generic rocketchat-ca-secret --namespace=monitor-sa --from-file=rocketchat-ca.crt=/root/rocketchat-ca.crt