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

How to change the port it uses?

Open Stoutscientist opened this issue 1 year ago • 1 comments

I'm getting the challenge failed error and I think its because it's using the wrong port, is there any way to change the port it uses because I don't use 80?

Stoutscientist avatar Sep 07 '22 23:09 Stoutscientist

Currently no, port is hardcoded here: https://github.com/kshcherban/acme-nginx/blob/master/acme_nginx/Acme.py#L128-L129 You are more than welcome to to provide PR with changes.

kshcherban avatar Sep 19 '22 12:09 kshcherban