istio.io/istio@v0.0.0-20240520182934-d79c90f27776/tests/testdata/certs/README.md (about) 1 # Self-signed certificates 2 3 openssl genrsa -out cert.key 2048 4 openssl req -new -x509 -sha256 -key cert.key -out cert.crt -days 3650 5 6 For the common name, please type the following FQDN: 7 8 api.company.com