Actions
Feature #7519
closed
MD
JP
Add support for --listen-v6 to ACME standalone webserver
Feature #7519:
Add support for --listen-v6 to ACME standalone webserver
Start date:
05/04/2017
Due date:
% Done:
0%
Estimated time:
Plus Target Version:
Description
The ACME script allows passing "--listen-v6" to force IPv6 in standalone mode. In an environment with public IPv6 addresses only, this switch is required to get nc listen to the IPv6 address as by default it only listens to IPv4. I have tested it by adding "--listen-v6" to line 141 of acme_sh.inc and it got my Let's Encrypt setup working successfully.
A simple option in the UI, that forces IPv6 or IPv4 by passing "--listen-v6" and "--listen-v4", respectively, would be very handy.
Actions