1

Topic: Lets Encrypt What is the correct webroot file location to enter

==== REQUIRED BASIC INFO OF YOUR IREDMAIL SERVER ====
- iRedMail version (check /etc/iredmail-release): 0.9.8
- Linux/BSD distribution name and version: Debian Stretch
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): MySQL
- Web server (Apache or Nginx):Nginx
- Manage mail accounts with iRedAdmin-Pro? no
- [IMPORTANT] Related original log or error message is required if you're experiencing an issue.
====
Running command

sudo certbot certonly --webroot


Input the webroot for mail.mydomain.com: (Enter 'c' to cancel): /var/www
Waiting for verification...
Cleaning up challenges
Failed authorization procedure. mail.mydomain.com (http-01): urn:acme:error:unauthorized :: The client lacks sufficient authorization :: Invalid response from http://mail.mydomain.com/.well-known/ac … _1haoXK38: "<html>
<head><title>404 Not Found</title></head>
<body bgcolor="white">
<center><h1>404 Not Found</h1></center>
<hr><center>"

IMPORTANT NOTES:
- The following errors were reported by the server:

   Domain: mail.mydomain.com
   Type:   unauthorized
   Detail: Invalid response from
   http://mail.mydomain.com/.well-known/ac … _1haoXK38:
   "<html>
   <head><title>404 Not Found</title></head>
   <body bgcolor="white">
   <center><h1>404 Not Found</h1></center>
   <hr><center>"

   To fix these errors, please make sure that your domain name was
   entered correctly and the DNS A/AAAA record(s) for that domain
   contain(s) the right IP address.

----

Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.

2

Re: Lets Encrypt What is the correct webroot file location to enter

Webroot location is /var/www/html .

3

Re: Lets Encrypt What is the correct webroot file location to enter

papas wrote:

Webroot location is /var/www/html .

That did it   thanks