mirror of
https://github.com/argoproj/argo-cd
synced 2026-05-24 09:50:08 +00:00
|
|
||
|---|---|---|
| .. | ||
| argocd-test-ca.crt | ||
| argocd-test-ca.key | ||
| argocd-test-client.crt | ||
| argocd-test-client.key | ||
| argocd-test-server.crt | ||
| argocd-test-server.key | ||
| README.md | ||
| ssh_known_hosts | ||
Testing certificates
This directory contains all TLS certificates used for testing ArgoCD, including the E2E tests. It also contains the CA certificate and key used for signing the certificates.
argocd-test-ca.crtandargocd-test-ca.keyare the CAargocd-test-client.crtandargocd-test-client.keyis a client certificate/key pair, signed by the CAargocd-test-server.crtandargocd-test-server.keyis a server certificate/key pair, signed by the CA, with its CN set to 'localhost', and SAN entry for IP 127.0.0.1.
All keys have no passphrase. All certs, including CA cert, are valid until July 2119, so there should be no worries about having to renew them.
You can use the CA certificate to sign more certificates, if you need additional certificates for testing.
Needless to say, but should be mentioned anyway: Do not use these certs for anything else except ArgoCD tests.