Certificate expiration Please for help

this file does not exist on my server : /var/log/letsencrypt/letsencrypt.log

Wait I found it its just that I cant access it permission denied. Let me try to access it

Here is the content of /var/log/letsencrypt/letsencrypt.log:

2018-05-06 11:54:10,406:DEBUG:certbot.main:certbot version: 0.24.0
2018-05-06 11:54:10,406:DEBUG:certbot.main:Arguments: [’–dry-run’]
2018-05-06 11:54:10,407:DEBUG:certbot.main:Discovered plugins: PluginsRegistry(PluginEntryPoint#apache,PluginEntryPoint#manual,PluginEntryPoint#nginx,PluginEntryPoint#null,Pl$
2018-05-06 11:54:10,424:DEBUG:certbot.log:Root logging level set at 20
2018-05-06 11:54:10,424:INFO:certbot.log:Saving debug log to /var/log/letsencrypt/letsencrypt.log
2018-05-06 11:54:10,472:DEBUG:certbot.plugins.selection:Requested authenticator <certbot.cli._Default object at 0x7fc9b9d11350> and installer <certbot.cli._Default object at $
2018-05-06 11:54:10,472:DEBUG:certbot.cli:Var dry_run=True (set by user).
2018-05-06 11:54:10,472:DEBUG:certbot.cli:Var server=set([‘staging’, ‘dry_run’]) (set by user).
2018-05-06 11:54:10,472:DEBUG:certbot.cli:Var account=set([‘server’]) (set by user).
2018-05-06 11:54:10,479:DEBUG:certbot.storage:Should renew, less than 30 days before certificate expiry 2018-05-15 18:47:09 UTC.
2018-05-06 11:54:10,479:INFO:certbot.renewal:Cert is due for renewal, auto-renewing…
2018-05-06 11:54:10,497:DEBUG:certbot.plugins.selection:Requested authenticator webroot and installer None
2018-05-06 11:54:10,500:DEBUG:certbot.plugins.selection:Single candidate plugin: * webroot
Description: Place files in webroot directory
Interfaces: IAuthenticator, IPlugin
Entry point: webroot = certbot.plugins.webroot:Authenticator
Initialized: <certbot.plugins.webroot.Authenticator object at 0x7fc9b9d16d90>
Prep: True
2018-05-06 11:54:10,501:DEBUG:certbot.plugins.selection:Selected authenticator <certbot.plugins.webroot.Authenticator object at 0x7fc9b9d16d90> and installer None
2018-05-06 11:54:10,501:INFO:certbot.plugins.selection:Plugins selected: Authenticator webroot, Installer None
2018-05-06 11:54:10,655:DEBUG:acme.client:Sending GET request to https://acme-staging-v02.api.letsencrypt.org/directory.
2018-05-06 11:54:10,696:DEBUG:requests.packages.urllib3.connectionpool:Starting new HTTPS connection (1): acme-staging-v02.api.letsencrypt.org
2018-05-06 11:54:10,849:DEBUG:requests.packages.urllib3.connectionpool:https://acme-staging-v02.api.letsencrypt.org:443 “GET /directory HTTP/1.1” 200 724
2018-05-06 11:54:10,850:DEBUG:acme.client:Received response:
HTTP 200
Server: nginx
Content-Type: application/json
Content-Length: 724
X-Frame-Options: DENY
Strict-Transport-Security: max-age=604800
Expires: Sun, 06 May 2018 11:54:10 GMT
Cache-Control: max-age=0, no-cache, no-store
Pragma: no-cache
Date: Sun, 06 May 2018 11:54:10 GMT
Connection: keep-alive
{

what about:
./certbot-auto certificates

I'm kind of confused about whether you're experiencing a problem with that or not. I assume you know that --dry-run tests whether you could get a certificate but doesn't save a renewed certificate, and that if it succeeds, you should be able to renew for real with just ./certbot-auto renew?

Me too I’m confused, I dont know what is the problem, but I erceived an email saying my ssl
certificate will expire in a few days

I dont understand you please…

I dont understand you please

Please show the output of:
./certbot-auto certificates

Here is the output you wanted:

Requesting to rerun ./certbot-auto with root privileges…
Saving debug log to /var/log/letsencrypt/letsencrypt.log

Found the following certs:
Certificate Name: doumer.me
Domains: doumer.me www.doumer.me
Expiry Date: 2018-05-15 18:47:09+00:00 (VALID: 8 days)
Certificate Path: /etc/letsencrypt/live/doumer.me/fullchain.pem
Private Key Path: /etc/letsencrypt/live/doumer.me/privkey.pem

We had very few days to figure this out.
The /var/log/letsencrypt/letsencrypt.log file above seems incomplete.
Please get
tail -n 33 /var/log/letsencrypt/letsencrypt.log

@rg305 Here is the complete content of the file:

2018-05-06 11:54:10,406:DEBUG:certbot.main:certbot version: 0.24.0
2018-05-06 11:54:10,406:DEBUG:certbot.main:Arguments: [’–dry-run’]
2018-05-06 11:54:10,407:DEBUG:certbot.main:Discovered plugins: PluginsRegistry(PluginEntryPoint#apache,PluginEntryPoint#manual,PluginEntryPoint#nginx,PluginEntryPoint#null,Pl$
2018-05-06 11:54:10,424:DEBUG:certbot.log:Root logging level set at 20
2018-05-06 11:54:10,424:INFO:certbot.log:Saving debug log to /var/log/letsencrypt/letsencrypt.log
2018-05-06 11:54:10,472:DEBUG:certbot.plugins.selection:Requested authenticator <certbot.cli._Default object at 0x7fc9b9d11350> and installer <certbot.cli._Default object at $
2018-05-06 11:54:10,472:DEBUG:certbot.cli:Var dry_run=True (set by user).
2018-05-06 11:54:10,472:DEBUG:certbot.cli:Var server=set([‘staging’, ‘dry_run’]) (set by user).
2018-05-06 11:54:10,472:DEBUG:certbot.cli:Var account=set([‘server’]) (set by user).
2018-05-06 11:54:10,479:DEBUG:certbot.storage:Should renew, less than 30 days before certificate expiry 2018-05-15 18:47:09 UTC.
2018-05-06 11:54:10,479:INFO:certbot.renewal:Cert is due for renewal, auto-renewing…
2018-05-06 11:54:10,497:DEBUG:certbot.plugins.selection:Requested authenticator webroot and installer None
2018-05-06 11:54:10,500:DEBUG:certbot.plugins.selection:Single candidate plugin: * webroot
Description: Place files in webroot directory
Interfaces: IAuthenticator, IPlugin
Entry point: webroot = certbot.plugins.webroot:Authenticator
Initialized: <certbot.plugins.webroot.Authenticator object at 0x7fc9b9d16d90>
Prep: True
2018-05-06 11:54:10,501:DEBUG:certbot.plugins.selection:Selected authenticator <certbot.plugins.webroot.Authenticator object at 0x7fc9b9d16d90> and installer None
2018-05-06 11:54:10,501:INFO:certbot.plugins.selection:Plugins selected: Authenticator webroot, Installer None
2018-05-06 11:54:10,655:DEBUG:acme.client:Sending GET request to https://acme-staging-v02.api.letsencrypt.org/directory.
2018-05-06 11:54:10,696:DEBUG:requests.packages.urllib3.connectionpool:Starting new HTTPS connection (1): acme-staging-v02.api.letsencrypt.org
2018-05-06 11:54:10,849:DEBUG:requests.packages.urllib3.connectionpool:https://acme-staging-v02.api.letsencrypt.org:443 “GET /directory HTTP/1.1” 200 724
2018-05-06 11:54:10,850:DEBUG:acme.client:Received response:
HTTP 200
Server: nginx
Content-Type: application/json
Content-Length: 724
X-Frame-Options: DENY
Strict-Transport-Security: max-age=604800
Expires: Sun, 06 May 2018 11:54:10 GMT
Cache-Control: max-age=0, no-cache, no-store
Pragma: no-cache
Date: Sun, 06 May 2018 11:54:10 GMT
Connection: keep-alive
{
“7qm34JwzlX8”: “Adding random entries to the directory”,
“keyChange”: “https://acme-staging-v02.api.letsencrypt.org/acme/key-change”,
“meta”: {

That is incomplete.
just post the last 30 lines
or save it as a file and upload it here

Ok, I went back to the file in my server and teh content of the file has changed.
Now here is the Full content. I didnt leave any line out.

2018-05-07 08:35:59,236:DEBUG:certbot.main:certbot version: 0.24.0
2018-05-07 08:35:59,236:DEBUG:certbot.main:Arguments: []
2018-05-07 08:35:59,236:DEBUG:certbot.main:Discovered plugins: PluginsRegistry(PluginEntryPoint#apache,PluginEntryPoint#manual,PluginEntr$
2018-05-07 08:35:59,251:DEBUG:certbot.log:Root logging level set at 20
2018-05-07 08:35:59,251:INFO:certbot.log:Saving debug log to /var/log/letsencrypt/letsencrypt.log
2018-05-07 08:35:59,293:DEBUG:certbot.ocsp:Querying OCSP for /etc/letsencrypt/live/doumer.me/cert.pem
2018-05-07 08:35:59,294:DEBUG:certbot.ocsp:openssl ocsp -no_nonce -issuer /etc/letsencrypt/live/doumer.me/chain.pem -cert /etc/letsencryp$

try to renew again and then show the new log file.
If it is similar output, try adding
--debug
to the renewal command and then show the new log file.
Also show outputs of:
pwd
which certbot-auto

I did as you said and here is teh output:

2018-05-07 09:41:07,146:DEBUG:certbot.main:certbot version: 0.24.0
2018-05-07 09:41:07,146:DEBUG:certbot.main:Arguments: ['--dry-run', '--debug']
2018-05-07 09:41:07,146:DEBUG:certbot.main:Discovered plugins: PluginsRegistry(PluginEntryPoint#apache,PluginEntryPoint#manual,PluginEntr$
2018-05-07 09:41:07,165:DEBUG:certbot.log:Root logging level set at 20
2018-05-07 09:41:07,166:INFO:certbot.log:Saving debug log to /var/log/letsencrypt/letsencrypt.log
2018-05-07 09:41:07,197:DEBUG:certbot.plugins.selection:Requested authenticator <certbot.cli._Default object at 0x7f467a194350> and insta$
2018-05-07 09:41:07,198:DEBUG:certbot.cli:Var dry_run=True (set by user).
2018-05-07 09:41:07,198:DEBUG:certbot.cli:Var server=set(['staging', 'dry_run']) (set by user).
2018-05-07 09:41:07,198:DEBUG:certbot.cli:Var account=set(['server']) (set by user).
2018-05-07 09:41:07,205:DEBUG:certbot.storage:Should renew, less than 30 days before certificate expiry 2018-05-15 18:47:09 UTC.
2018-05-07 09:41:07,205:INFO:certbot.renewal:Cert is due for renewal, auto-renewing...
2018-05-07 09:41:07,226:DEBUG:certbot.plugins.selection:Requested authenticator webroot and installer None
2018-05-07 09:41:07,230:DEBUG:certbot.plugins.selection:Single candidate plugin: * webroot
Description: Place files in webroot directory
Interfaces: IAuthenticator, IPlugin
Entry point: webroot = certbot.plugins.webroot:Authenticator
Initialized: <certbot.plugins.webroot.Authenticator object at 0x7f467a199d90>
Prep: True
2018-05-07 09:41:07,231:DEBUG:certbot.plugins.selection:Selected authenticator <certbot.plugins.webroot.Authenticator object at 0x7f467a1$
2018-05-07 09:41:07,231:INFO:certbot.plugins.selection:Plugins selected: Authenticator webroot, Installer None
2018-05-07 09:41:07,234:DEBUG:certbot.main:Picked account: <Account(RegistrationResource(body=Registration(status=u'valid', terms_of_serv$
2018-05-07 09:41:07,236:DEBUG:acme.client:Sending GET request to https://acme-staging-v02.api.letsencrypt.org/directory.
2018-05-07 09:41:07,283:DEBUG:requests.packages.urllib3.connectionpool:Starting new HTTPS connection (1): acme-staging-v02.api.letsencryp$
2018-05-07 09:41:07,414:DEBUG:requests.packages.urllib3.connectionpool:https://acme-staging-v02.api.letsencrypt.org:443 "GET /directory H$
2018-05-07 09:41:07,415:DEBUG:acme.client:Received response:
HTTP 200
Server: nginx
Content-Type: application/json
Content-Length: 724
X-Frame-Options: DENY
Strict-Transport-Security: max-age=604800
Expires: Mon, 07 May 2018 09:41:07 GMT
Cache-Control: max-age=0, no-cache, no-store
Pragma: no-cache
Date: Mon, 07 May 2018 09:41:07 GMT

Pragma: no-cache
Date: Mon, 07 May 2018 09:42:47 GMT
Connection: keep-alive
{
"3Dg8YLdEmu0": "Adding random entries to the directory",
"keyChange": "https://acme-staging-v02.api.letsencrypt.org/acme/key-change",
"meta": {
"caaIdentities": [
"letsencrypt.org"
],
"termsOfService": "https://letsencrypt.org/documents/LE-SA-v1.2-November-15-2017.pdf",
"website": "Staging Environment - Let's Encrypt"
},
"newAccount": "https://acme-staging-v02.api.letsencrypt.org/acme/new-acct",
"newNonce": "https://acme-staging-v02.api.letsencrypt.org/acme/new-nonce",
"newOrder": "https://acme-staging-v02.api.letsencrypt.org/acme/new-order",
"revokeCert": "https://acme-staging-v02.api.letsencrypt.org/acme/revoke-cert"
}
2018-05-07 09:42:47,893:INFO:certbot.main:Renewing an existing certificate
2018-05-07 09:42:47,963:DEBUG:acme.client:Requesting fresh nonce
2018-05-07 09:42:47,963:DEBUG:acme.client:Sending HEAD request to https://acme-staging-v02.api.letsencrypt.org/acme/new-order.
2018-05-07 09:42:48,011:DEBUG:requests.packages.urllib3.connectionpool:https://acme-staging-v02.api.letsencrypt.org:443 "HEAD /acme/new-o$
2018-05-07 09:42:48,012:DEBUG:acme.client:Received response:
HTTP 405
Server: nginx
Content-Type: application/problem+json
Content-Length: 103
Allow: POST
Replay-Nonce: sbEdy58WR3Hj4-lJnVzMVQo9dMHPQWHg0No4p8Sf_o4
Expires: Mon, 07 May 2018 09:42:48 GMT
Cache-Control: max-age=0, no-cache, no-store
Pragma: no-cache
Date: Mon, 07 May 2018 09:42:48 GMT
Connection: keep-alive

2018-05-07 09:42:48,012:DEBUG:acme.client:Storing nonce: sbEdy58WR3Hj4-lJnVzMVQo9dMHPQWHg0No4p8Sf_o4
2018-05-07 09:42:48,013:DEBUG:acme.client:JWS payload:
{
"status": "pending",
"identifiers": [
{
"type": "dns",
"value": "doumer.me"
},
{
"type": "dns",
"value": "www.doumer.me"
}
],
"resource": "new-order"
}
2018-05-07 09:42:48,015:DEBUG:acme.client:Sending POST request to https://acme-staging-v02.api.letsencrypt.org/acme/new-order:
{
"protected": "eyJub25jZSI6ICJzYkVkeTU4V1IzSGo0LWxKblZ6TVZRbzlkTUhQUVdIZzBObzRwOFNmX280IiwgInVybCI6ICJodHRwczovL2FjbWUtc3RhZ2luZy12MDIuY$
"payload": "ewogICJzdGF0dXMiOiAicGVuZGluZyIsIAogICJpZGVudGlmaWVycyI6IFsKICAgIHsKICAgICAgInR5cGUiOiAiZG5zIiwgCiAgICAgICJ2YWx1ZSI6ICJkb3V$
"signature": "EX-QuGO7NOJJLuD9T3a51RENeUIhpd4ATYTONkTTxNgeXTh2Yel6iH9PdS3OkZwQspg0u1sAIVxz8uLMslSfNIQWt9CRmrwhRXGLVKOHwt02nAo63yv79-HCM$
}
2018-05-07 09:42:48,081:DEBUG:requests.packages.urllib3.connectionpool:https://acme-staging-v02.api.letsencrypt.org:443 "POST /acme/new-o$
2018-05-07 09:42:48,082:DEBUG:acme.client:Received response:
HTTP 201
Server: nginx
Content-Type: application/json
Content-Length: 552
Boulder-Requester: 6041936
Location: https://acme-staging-v02.api.letsencrypt.org/acme/order/6041936/803461
Replay-Nonce: nKk7kgje8S2RtKoAS7jyVK1uYn9jGCJ8Ca2xuZlxqhs

X-Frame-Options: DENY
Strict-Transport-Security: max-age=604800
Expires: Mon, 07 May 2018 09:42:48 GMT
Cache-Control: max-age=0, no-cache, no-store
Pragma: no-cache
Date: Mon, 07 May 2018 09:42:48 GMT
Connection: keep-alive
{
"status": "pending",
"expires": "2018-05-14T09:42:48.054650647Z",
"identifiers": [
{
"type": "dns",
"value": "doumer.me"
},
{
"type": "dns",
"value": "www.doumer.me"
}
],
"authorizations": [
"https://acme-staging-v02.api.letsencrypt.org/acme/authz/_gsVDJbHaafB7p8TnjY20XXCJp6dJ5IX4oOpl_JNnnM",
"https://acme-staging-v02.api.letsencrypt.org/acme/authz/bLc5ulNWt07m2mTq9auPJB99AUKS_qB_JFIkw21aRbk"
],
"finalize": "https://acme-staging-v02.api.letsencrypt.org/acme/finalize/6041936/803461"
}
2018-05-07 09:42:48,083:DEBUG:acme.client:Storing nonce: nKk7kgje8S2RtKoAS7jyVK1uYn9jGCJ8Ca2xuZlxqhs
2018-05-07 09:42:48,083:DEBUG:acme.client:Sending GET request to https://acme-staging-v02.api.letsencrypt.org/acme/authz/_gsVDJbHaafB7p8T$
2018-05-07 09:42:48,259:DEBUG:requests.packages.urllib3.connectionpool:https://acme-staging-v02.api.letsencrypt.org:443 "GET /acme/authz/$
2018-05-07 09:42:48,260:DEBUG:acme.client:Received response:
HTTP 200
Server: nginx

Content-Type: application/json
Content-Length: 1306
X-Frame-Options: DENY
Strict-Transport-Security: max-age=604800
Expires: Mon, 07 May 2018 09:42:48 GMT
Cache-Control: max-age=0, no-cache, no-store
Pragma: no-cache
Date: Mon, 07 May 2018 09:42:48 GMT
Connection: keep-alive
{
"identifier": {
"type": "dns",
"value": "doumer.me"
},
"status": "valid",
"expires": "2018-06-05T11:54:11Z",
"challenges": [
{
"type": "http-01",
"status": "valid",
"url": "https://acme-staging-v02.api.letsencrypt.org/acme/challenge/_gsVDJbHaafB7p8TnjY20XXCJp6dJ5IX4oOpl_JNnnM/125474463",
"token": "ShuI89oDeFQh2rMzajVD1J_dzphx6MPTLPILU3O-1Hw",
"validationRecord": [
{
"url": "https://www.doumer.me/.well-known/acme-challenge/ShuI89oDeFQh2rMzajVD1J_dzphx6MPTLPILU3O-1Hw",
"hostname": "www.doumer.me",
"port": "443",
"addressesResolved": [
"35.194.55.33"
],
"addressUsed": "35.194.55.33"
}, {
"url": "http://doumer.me/.well-known/acme-challenge/ShuI89oDeFQh2rMzajVD1J_dzphx6MPTLPILU3O-1Hw",
"hostname": "doumer.me",
"port": "80",
"addressesResolved": [
"35.194.55.33"
],
"addressUsed": "35.194.55.33"
}
]
},
{
"type": "dns-01",
"status": "pending",
"url": "https://acme-staging-v02.api.letsencrypt.org/acme/challenge/_gsVDJbHaafB7p8TnjY20XXCJp6dJ5IX4oOpl_JNnnM/125474464",
"token": "GxAjpOP0b40hh1kvzCL6G0TBrDAAVCPhWaghveJ1plI"
}
]
}
2018-05-07 09:42:48,261:DEBUG:acme.client:Sending GET request to https://acme-staging-v02.api.letsencrypt.org/acme/authz/bLc5ulNWt07m2mTq$
2018-05-07 09:42:48,314:DEBUG:requests.packages.urllib3.connectionpool:https://acme-staging-v02.api.letsencrypt.org:443 "GET /acme/authz/$
2018-05-07 09:42:48,315:DEBUG:acme.client:Received response:
HTTP 200
Server: nginx
Content-Type: application/json
Content-Length: 1318
X-Frame-Options: DENY
Strict-Transport-Security: max-age=604800
Expires: Mon, 07 May 2018 09:42:48 GMT
Cache-Control: max-age=0, no-cache, no-store
Pragma: no-cache
Date: Mon, 07 May 2018 09:42:48 GMT
Connection: keep-alive
{
"identifier": {
"type": "dns",
"value": "www.doumer.me"
},
"status": "valid",
"expires": "2018-06-05T11:54:12Z",
"challenges": [
{
"type": "http-01",
"status": "valid",
"url": "https://acme-staging-v02.api.letsencrypt.org/acme/challenge/bLc5ulNWt07m2mTq9auPJB99AUKS_qB_JFIkw21aRbk/125474465",
"token": "zndsLRT0zrdgYtj2homARk79qndV6Fe3ATVQLDCZF4w",
"validationRecord": [
{
"url": "https://www.doumer.me/.well-known/acme-challenge/zndsLRT0zrdgYtj2homARk79qndV6Fe3ATVQLDCZF4w",
"hostname": "www.doumer.me",
"port": "443",
"addressesResolved": [
"35.194.55.33"
],
"addressUsed": "35.194.55.33"
},
{
"url": "http://www.doumer.me/.well-known/acme-challenge/zndsLRT0zrdgYtj2homARk79qndV6Fe3ATVQLDCZF4w",
"hostname": "www.doumer.me",
"port": "80",
"addressesResolved": [
"35.194.55.33"
],
"addressUsed": "35.194.55.33"
} ]
},
{
"type": "dns-01",
"status": "pending",
"url": "https://acme-staging-v02.api.letsencrypt.org/acme/challenge/bLc5ulNWt07m2mTq9auPJB99AUKS_qB_JFIkw21aRbk/125474466",
"token": "3BR9JcZgM3z0_mKOHhoRJDKnUTqNd04rCGu_3-Lgm74"
}
]
}
2018-05-07 09:42:48,315:INFO:certbot.auth_handler:Performing the following challenges:
2018-05-07 09:42:48,316:INFO:certbot.auth_handler:http-01 challenge for doumer.me
2018-05-07 09:42:48,316:INFO:certbot.auth_handler:http-01 challenge for www.doumer.me
2018-05-07 09:42:48,317:DEBUG:certbot.plugins.webroot:Creating root challenges validation dir at /opt/bitnami/apps/wordpress/htdocs/.well$
2018-05-07 09:42:48,317:DEBUG:certbot.plugins.webroot:Creating root challenges validation dir at /opt/bitnami/apps/wordpress/htdocs/.well$
2018-05-07 09:42:48,320:DEBUG:certbot.plugins.webroot:Attempting to save validation to /opt/bitnami/apps/wordpress/htdocs/.well-known/acm$
2018-05-07 09:42:48,323:DEBUG:certbot.plugins.webroot:Attempting to save validation to /opt/bitnami/apps/wordpress/htdocs/.well-known/acm$
2018-05-07 09:42:48,323:INFO:certbot.auth_handler:Waiting for verification...
2018-05-07 09:42:48,323:DEBUG:acme.client:JWS payload:
{
"keyAuthorization": "ShuI89oDeFQh2rMzajVD1J_dzphx6MPTLPILU3O-1Hw.WVtYbVUwI4WVQTGBe_6rNyPg9Q1G5zhGTRwYL2tGtr4",
"type": "http-01",
"resource": "challenge"
}
2018-05-07 09:42:48,325:DEBUG:acme.client:Sending POST request to https://acme-staging-v02.api.letsencrypt.org/acme/challenge/_gsVDJbHaaf$
{
"protected": "eyJub25jZSI6ICJuS2s3a2dqZThTMlJ0S29BUzdqeVZLMXVZbjlqR0NKOENhMnh1Wmx4cWhzIiwgInVybCI6ICJodHRwczovL2FjbWUtc3RhZ2luZy12MDIuY$
"payload": "ewogICJrZXlBdXRob3JpemF0aW9uIjogIlNodUk4OW9EZUZRaDJyTXphalZEMUpfZHpwaHg2TVBUTFBJTFUzTy0xSHcuV1Z0WWJWVXdJNFdWUVRHQmVfNnJOeVB$
"signature": "cMxVZRq1x-VB6y-7dTWid9l-6w3Z2-tf-G4kpXIP2hXcJmwtHt3KgqmCW7tt6_bTusVGhHjduZxKhQj1vGwz0mT62Oom6rv9wJlFAXlFwu0izv0S6t13DHGi-$
}
2018-05-07 09:42:48,385:DEBUG:requests.packages.urllib3.connectionpool:https://acme-staging-v02.api.letsencrypt.org:443 "POST /acme/chall$
2018-05-07 09:42:48,386:DEBUG:acme.client:Received response:
HTTP 200

Server: nginx
Content-Type: application/json
Content-Length: 796
Boulder-Requester: 6041936
Link: https://acme-staging-v02.api.letsencrypt.org/acme/authz/_gsVDJbHaafB7p8TnjY20XXCJp6dJ5IX4oOpl_JNnnM;rel="up"
Location: https://acme-staging-v02.api.letsencrypt.org/acme/challenge/_gsVDJbHaafB7p8TnjY20XXCJp6dJ5IX4oOpl_JNnnM/125474463
Replay-Nonce: iKI5tPoM4uvJj8x2ptWoHZyVjM1U9LUerDTK8LH1Hj0
X-Frame-Options: DENY
Strict-Transport-Security: max-age=604800
Expires: Mon, 07 May 2018 09:42:48 GMT
Cache-Control: max-age=0, no-cache, no-store
Pragma: no-cache
Date: Mon, 07 May 2018 09:42:48 GMT
Connection: keep-alive
{
"type": "http-01",
"status": "valid",
"url": "https://acme-staging-v02.api.letsencrypt.org/acme/challenge/_gsVDJbHaafB7p8TnjY20XXCJp6dJ5IX4oOpl_JNnnM/125474463",
"token": "ShuI89oDeFQh2rMzajVD1J_dzphx6MPTLPILU3O-1Hw",
"validationRecord": [
{
"url": "https://www.doumer.me/.well-known/acme-challenge/ShuI89oDeFQh2rMzajVD1J_dzphx6MPTLPILU3O-1Hw",
"hostname": "www.doumer.me",
"port": "443",
"addressesResolved": [
"35.194.55.33"
],
"addressUsed": "35.194.55.33"
},
{
"url": "http://doumer.me/.well-known/acme-challenge/ShuI89oDeFQh2rMzajVD1J_dzphx6MPTLPILU3O-1Hw",
"hostname": "doumer.me",

  "port": "80",
  "addressesResolved": [
    "35.194.55.33"
  ],
  "addressUsed": "35.194.55.33"
}

]
}
2018-05-07 09:42:48,386:DEBUG:acme.client:Storing nonce: iKI5tPoM4uvJj8x2ptWoHZyVjM1U9LUerDTK8LH1Hj0
2018-05-07 09:42:48,387:DEBUG:acme.client:JWS payload:
{
"keyAuthorization": "zndsLRT0zrdgYtj2homARk79qndV6Fe3ATVQLDCZF4w.WVtYbVUwI4WVQTGBe_6rNyPg9Q1G5zhGTRwYL2tGtr4",
"type": "http-01",
"resource": "challenge"
}
2018-05-07 09:42:48,389:DEBUG:acme.client:Sending POST request to https://acme-staging-v02.api.letsencrypt.org/acme/challenge/bLc5ulNWt07$
{
"protected": "eyJub25jZSI6ICJpS0k1dFBvTTR1dkpqOHgycHRXb0haeVZqTTFVOUxVZXJEVEs4TEgxSGowIiwgInVybCI6ICJodHRwczovL2FjbWUtc3RhZ2luZy12MDIuY$
"payload": "ewogICJrZXlBdXRob3JpemF0aW9uIjogInpuZHNMUlQwenJkZ1l0ajJob21BUms3OXFuZFY2RmUzQVRWUUxEQ1pGNHcuV1Z0WWJWVXdJNFdWUVRHQmVfNnJOeVB$
"signature": "BNbgi-9NkVPZrGdEApNW8JB2VJXZ6KANzo09xiTDnL-9l4RNWw0c4YFUYOFKZsTYiTFnvdhQIeIPci-tz82l_381fEYTI_-QpHX00b7G3VdZLMgMhdN5KByIB$
}
2018-05-07 09:42:48,446:DEBUG:requests.packages.urllib3.connectionpool:https://acme-staging-v02.api.letsencrypt.org:443 "POST /acme/chall$
2018-05-07 09:42:48,447:DEBUG:acme.client:Received response:
HTTP 200
Server: nginx
Content-Type: application/json
Content-Length: 804
Boulder-Requester: 6041936
Link: https://acme-staging-v02.api.letsencrypt.org/acme/authz/bLc5ulNWt07m2mTq9auPJB99AUKS_qB_JFIkw21aRbk;rel="up"
Location: https://acme-staging-v02.api.letsencrypt.org/acme/challenge/bLc5ulNWt07m2mTq9auPJB99AUKS_qB_JFIkw21aRbk/125474465
Replay-Nonce: VpmrTEAVe9eAyiePir3BWI2Moc2NejXbj-V-LE36-ZM
X-Frame-Options: DENY
Strict-Transport-Security: max-age=604800
ache-Control: max-age=0, no-cache, no-store
Pragma: no-cache
Date: Mon, 07 May 2018 09:42:48 GMT
Connection: keep-alive
{
"type": "http-01",
"status": "valid",
"url": "https://acme-staging-v02.api.letsencrypt.org/acme/challenge/bLc5ulNWt07m2mTq9auPJB99AUKS_qB_JFIkw21aRbk/125474465",
"token": "zndsLRT0zrdgYtj2homARk79qndV6Fe3ATVQLDCZF4w",
"validationRecord": [
{
"url": "https://www.doumer.me/.well-known/acme-challenge/zndsLRT0zrdgYtj2homARk79qndV6Fe3ATVQLDCZF4w",
"hostname": "www.doumer.me",
"port": "443",
"addressesResolved": [
"35.194.55.33"
],
"addressUsed": "35.194.55.33"
},
{
"url": "http://www.doumer.me/.well-known/acme-challenge/zndsLRT0zrdgYtj2homARk79qndV6Fe3ATVQLDCZF4w",
"hostname": "www.doumer.me",
"port": "80",
"addressesResolved": [
"35.194.55.33"
],
"addressUsed": "35.194.55.33"
}
]
}
2018-05-07 09:42:48,448:DEBUG:acme.client:Storing nonce: VpmrTEAVe9eAyiePir3BWI2Moc2NejXbj-V-LE36-ZM

The log is too long to post here.
Please upload it by clicking the icon that looks like this:
upload

Also:
Ensure that you have excluded the challenge requests from the http > https redirection.
You probably have something like this:
RewriteEngine On
RewriteCond %{HTTPS} !=on
RewriteCond Request_URI !="^/.well-known/acme-challenge/*
RewriteRule ^/?(.*) https://%{SERVER_NAME}/$1 [R,L]

letsencrypt.txt (16.3 KB)
Here is the log

I don’t see anything wrong in the log. But it doesn’t complete the process.

Please follow the other commands I posted above ^

Please I dont understand ou where should I print these commands ?
pwd
which certbot-auto