mirror of
https://github.com/argoproj/argo-cd
synced 2026-05-24 09:50:08 +00:00
* chore: Make e2e tests runnable against remote cluster Signed-off-by: jannfis <jann@mistrust.net> * Fix linter complaint Signed-off-by: jannfis <jann@mistrust.net> * Revert Signed-off-by: jannfis <jann@mistrust.net> * Address reviewer comments Signed-off-by: jannfis <jann@mistrust.net> * Compat with Mac Signed-off-by: jannfis <jann@mistrust.net> * Revert test setting Signed-off-by: jannfis <jann@mistrust.net> |
||
|---|---|---|
| .. | ||
| argocd-e2e-server.crt | ||
| argocd-e2e-server.csr | ||
| argocd-e2e-server.key | ||
| 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.