I had a traefik 2.0 setup with my domain and all worked fine, i wanted to switch to npm so i stopped traefik containers and spun up npm latest docker and set it up. added few host for local lan and all working nicely. But i could get SSL to work. when i try to add cert for a domain like whoami.mydomain.com i get error.
ERROR: Could not find a version that satisfies the requirement certbot-dns-godaddy==0.2.0 (from versions: none)
I added the proper godaddy key and secret (just copy and pasted the one i use from traefik)
I am using jc21/nginx-proxy-manager:latest docker image (in docker-compose) on ubuntu 20.04