As acme-ip is not yet implemented into boulder, I generate TLS certificates for IP addresses with minica that facilitates issuance of self-signed certificates.
So I do:
docker run my_image_id https my_ipv6_address
And I get:
Supported methods
Address not available - connect(2) for [my_ipv6_address]:443
Do you plan to support the TLS certificates with IPv6 addresses check in the future?
I see it works for IPv4 addresses like 1.1.1.1: https://cryptcheck.fr/https/1.1.1.1
Thanks,
HLFH
As
acme-ipis not yet implemented intoboulder, I generate TLS certificates for IP addresses withminicathat facilitates issuance of self-signed certificates.So I do:
And I get:
Do you plan to support the TLS certificates with IPv6 addresses check in the future?
I see it works for IPv4 addresses like
1.1.1.1: https://cryptcheck.fr/https/1.1.1.1Thanks,
HLFH