Hello, I'm trying different methods to issue certificate to my website, and what methods i tried.
certbot nginx method, not work because provider blocking 80 port, then I tried standalone method with defining --http-01-port 8080, but getting error
Invalid response from https://site.com/.well-known/acme-challenge/vO_zsasa: **404** my thoughts is certbot ignoring --http-01-port 8080 and try 80 port, see the nginx redirect and to connect 443, there is no well-known directive in nginx.
I tried acme.sh with nginx mode and getting error like Invalid response from https://site.com/.well-known/acme-challenge/vO_zsasa: **404**. And i'm think script see the redirect inside 80 port config and try to connect to 443 port, but there is no .well-known directive. I tried to modify acme.sh script to add .well-known directive to both. 80 and 443 port, but there other error like error during secondary validation http://site.com/.well-known/acme-challenge/
I'm think letsencrypt will not work with https in http-01 challenge type.
I can't use dns challenge method, beacuse my dns registrator don't allow edit dns records, and don't provide control panel to edit records, only write a letters and wait, take a long times.
tls-alpn method does not work too.
Please don't ask which country is it, that don't help in this utopia situation, contact with provider to open 80 port also uselessly.
Any other methods to automate ussuing and renew certificates?