How to acess argocd dashboard

hi,
i installed Argocd in k3s cluster (raspberrypie - 1 master and 1 node, no router or other hardware ).
I tried to access via the ingress. But not able to access with that.

Ingress yaml as attached in screenshot ( used master node name as host):


I got error from ingress controller as follows ;

Unexpected error validating SSL certificate “argocd/argocd-secret” for server “xxxx.local”: x509: certificate is valid for localhost, argocd-server, argocd-server.argocd, argocd-server.argocd.svc, argocd-server.argocd.svc.cluster.local, not xxxx.local

could you please help me