2026-05-21T06:37:44.875Z [ERROR] agent.server.rpc: failed to read byte: conn=from=10.42.74.158:51907 error="tls: failed to verify client certificate: x509: certificate has expired or is not yet valid: current time 2026-05-21T06:37:44Z is after 2026-05-17T02:21:44Z"
openssl x509 -in ca.cert -noout -text Issuer: C = US, ST = California, O = NeuVector Inc., CN = NeuVector Validity Not Before: May 19 02:21:44 2016 GMT Not After : May 17 02:21:44 2026 GMT
cat <<EOF > ca.cfg [req] distinguished_name = req_distinguished_name x509_extensions = v3_req prompt = no [req_distinguished_name] C = US ST = California L = San Jose O = NeuVector Inc. OU = Neuvector CN = Neuvector [v3_req] keyUsage = digitalSignature, keyEncipherment, dataEncipherment extendedKeyUsage = serverAuth, clientAuth subjectAltName = @alt_names [alt_names] DNS.1 = Neuvector EOF
cat <<EOF > ca.cfg [req] distinguished_name = req_distinguished_name x509_extensions = v3_req prompt = no [req_distinguished_name] C = US ST = California L = San Jose O = NeuVector Inc. OU = Neuvector CN = Neuvector [v3_req] keyUsage = digitalSignature, keyEncipherment, dataEncipherment extendedKeyUsage = serverAuth, clientAuth subjectAltName = @alt_names [alt_names] DNS.1 = Neuvector EOF