acme-companion icon indicating copy to clipboard operation
acme-companion copied to clipboard

Certificates for local development domains (like *.test)

Open maximkrusina opened this issue 7 years ago • 3 comments

Hi there, please, is there any way we can generate ssl certificates for local dev domains, like xxx.test (which are not reachable on the internet)? I can generate SSL certificates manually, but I don't like it :)

Thanx!

maximkrusina avatar Apr 21 '18 09:04 maximkrusina

Hi @maximkrusina

This is a duplicate of #8

@JrCs explained in that issue that he doesn't want to implement this feature on his project, I'll ask him if he'd reconsider, that seems like a good idea to me and not too hard to implement.

In the meantime you can use openssl from inside the container with docker exec, that's pretty straightforward and probably the easiest way for now.

buchdag avatar Apr 25 '18 07:04 buchdag

Would be awesome!

KES777 avatar Nov 04 '22 15:11 KES777

@buchdag any updates with this issue yet? I got your workaround here https://github.com/nginx-proxy/acme-companion/issues/8#issuecomment-381893731 working for me, but it feels a bit hacky and I'd like to get as close to "one-click" for my dev environment as possible. It also continues to ping the LE staging server (or prod server if you don't change ACME_CA_URI) every hour.

Any progress on support for this would be deeply appreciated!

ShaneOH avatar Jul 28 '23 09:07 ShaneOH