I just want to confirm: you can't use Let's Encrypt on intranet websites, correct?
moltest.ourdomain.pl provided via VirtualHost, because I can't use IP (duh)
I've been using:
$sudo certbot --authenticator webroot --installer apache --webroot-path /home/MINSKT -d moltest.ourdomain.pl
And I get:
Failed authorization procedure. moltest.ourdomain.pl (http-01): urn:acme:error:unauthorized :: The client lacks sufficient authorization :: Invalid response from http://moltest.ourdomain.pl/.well-known/acme-challenge/62pLlqQTxnX2Zd3jESQK52x9WVib9rVxWooHitljy34: "
<html
Domain: moltest.ourdomain.pl
Type: unauthorized
Detail: Invalid response from
http://moltest.ourdomain.pl/.well-known/acme-challenge/62pLlqQTxnX2Zd3jESQK52x9WVib9rVxWooHitljy34:
" <html "To fix these errors, please make sure that your domain name was
entered correctly and the DNS A record(s) for that domain
contain(s) the right IP address.
We're using Debian 8 with Apache operated via SSH.
Yeah DNS A record... where?