Certificate expired

I guess I will have to stop asking for:
which certbot
[and just do without that information]

Please show file:
/etc/httpd/conf.d/heli.conf

Also, let's place some test text files in the document root and in the expected challenge location:

echo "doc root" >> /opt/payara5/glassfish/domains/domain1/docroot/test-file-1111
mkdir /opt/payara5/glassfish/domains/domain1/docroot/.well-known
mkdir /opt/payara5/glassfish/domains/domain1/docroot/.well-known/acme-challenge
echo "acme location" >> /opt/payara5/glassfish/domains/domain1/docroot/.well-known/acme-challenge/test-file-2222

Then we can test their access with:
http://helitowers.dsait.net/test-file-1111
http://helitowers.dsait.net/.well-known/acme-challenge/test-file-2222

You only asked for it three times earlier! You're not giving up that easily, right? :rofl:

1 Like

imagen

DocumentRoot /var/www/heli
doesn't match the expected:

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.