github.com/argoproj/argo-cd@v1.8.7/docs/user-guide/commands/argocd_cert_rm.md (about) 1 ## argocd cert rm 2 3 Remove certificate of TYPE for REPOSERVER 4 5 ### Synopsis 6 7 Remove certificate of TYPE for REPOSERVER 8 9 ``` 10 argocd cert rm REPOSERVER [flags] 11 ``` 12 13 ### Options 14 15 ``` 16 --cert-sub-type string Only remove certs of given sub-type (only for ssh) 17 --cert-type string Only remove certs of given type (ssh, https) 18 -h, --help help for rm 19 ``` 20 21 ### Options inherited from parent commands 22 23 ``` 24 --auth-token string Authentication token 25 --client-crt string Client certificate file 26 --client-crt-key string Client certificate key file 27 --config string Path to Argo CD config (default "/home/user/.argocd/config") 28 --grpc-web Enables gRPC-web protocol. Useful if Argo CD server is behind proxy which does not support HTTP2. 29 --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. 30 -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) 31 --insecure Skip server certificate and domain verification 32 --logformat string Set the logging format. One of: text|json (default "text") 33 --loglevel string Set the logging level. One of: debug|info|warn|error (default "info") 34 --plaintext Disable TLS 35 --port-forward Connect to a random argocd-server port using port forwarding 36 --port-forward-namespace string Namespace name which should be used for port forwarding 37 --server string Argo CD server address 38 --server-crt string Server certificate file 39 ``` 40 41 ### SEE ALSO 42 43 * [argocd cert](argocd_cert.md) - Manage repository certificates and SSH known hosts entries 44