Can anybody tell me if I can request a second cert for a domain where a letsencrypt cert is active?
My problem is that I have a linux server+apache+cert up and running but I want to try to move my web server into Docker/Kubernetes on the same machine. Kubernetes (ingress) would automatically request a new letsencrypt cert for this but I don't want to lose/invalidate the existing one. If this is not working as intended I would like to just delete the whole Kubernetes cluster and start my Apache again and the old cert should be used again.