github.com/argoproj/argo-cd@v1.8.7/docs/user-guide/commands/argocd_cert_list.md (about) 1 ## argocd cert list 2 3 List configured certificates 4 5 ### Synopsis 6 7 List configured certificates 8 9 ``` 10 argocd cert list [flags] 11 ``` 12 13 ### Options 14 15 ``` 16 --cert-type string only list certificates of given type, valid: 'ssh','https' 17 -h, --help help for list 18 --hostname-pattern string only list certificates for hosts matching given glob-pattern 19 -o, --output string Output format. One of: json|yaml|wide (default "wide") 20 --sort string set display sort order for output format wide. One of: hostname|type 21 ``` 22 23 ### Options inherited from parent commands 24 25 ``` 26 --auth-token string Authentication token 27 --client-crt string Client certificate file 28 --client-crt-key string Client certificate key file 29 --config string Path to Argo CD config (default "/home/user/.argocd/config") 30 --grpc-web Enables gRPC-web protocol. Useful if Argo CD server is behind proxy which does not support HTTP2. 31 --grpc-web-root-path string Enables gRPC-web protocol. Useful if Argo CD server is behind proxy which does not support HTTP2. Set web root. 32 -H, --header strings Sets additional header to all requests made by Argo CD CLI. (Can be repeated multiple times to add multiple headers, also supports comma separated headers) 33 --insecure Skip server certificate and domain verification 34 --logformat string Set the logging format. One of: text|json (default "text") 35 --loglevel string Set the logging level. One of: debug|info|warn|error (default "info") 36 --plaintext Disable TLS 37 --port-forward Connect to a random argocd-server port using port forwarding 38 --port-forward-namespace string Namespace name which should be used for port forwarding 39 --server string Argo CD server address 40 --server-crt string Server certificate file 41 ``` 42 43 ### SEE ALSO 44 45 * [argocd cert](argocd_cert.md) - Manage repository certificates and SSH known hosts entries 46