I'm using w/ great satisfaction traefik a+ Let's Encrypt with cert requests and pubic ip. I know there's also dns challanege but our main dns does not have api so it's not yet an option.
I need to migrate ngnix sites that already have a certificate valid and I'd like to use those sites in the test phase (where the setup/ip is not yet public).
Is there a way to build acme.json starting from already working certificates?
Ok, I found the format of the acme.json so I'll do the scripting to translate between the 2 formats. I prepare to use acme.json directly, so I don't have to get back later and change.
I managed to create acme info starting from the nginx certificate (and viceversa) in a pretty simple way. The difference with the old format seems to be just an added key: value "Store": "default".