I’m looking to issue a certificate but I have to use port 443 as I can’t go over 80, but what I thought to be a limitation of only certbot, it seems that I’m getting the same error with acme.
./acme.sh --issue --alpn -d domain.com
Cannot get domain token entry domain.com for tls-alpn-01
Supported validation types are: http-01 dns-01 , but you specified: tls-alpn-01
I also tried to use standalone server and pass –httpport 443 but it just timeouts after 30 retries that “Pending. The CA is processing your order, please wait”
Chris is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.