github.com/argoproj/argo-cd@v1.8.7/test/fixture/certs/README.md (about) 1 # Testing certificates 2 3 This directory contains all TLS certificates used for testing ArgoCD, including 4 the E2E tests. It also contains the CA certificate and key used for signing the 5 certificates. 6 7 * `argocd-test-ca.crt` and `argocd-test-ca.key` are the CA 8 * `argocd-test-client.crt` and `argocd-test-client.key` is a client certificate/key pair, signed by the CA 9 * `argocd-test-server.crt` and `argocd-test-server.key` is a server certificate/key pair, signed by the CA, with its CN set to 'localhost', and SAN entry for IP 127.0.0.1. 10 11 All keys have no passphrase. All certs, including CA cert, are valid until July 12 2119, so there should be no worries about having to renew them. 13 14 You can use the CA certificate to sign more certificates, if you need additional 15 certificates for testing. 16 17 Needless to say, but should be mentioned anyway: Do not use these certs for 18 anything else except ArgoCD tests.