8000 [Bug]: Certbot 1.12.0 cannot extract OCSP URI even when present in Let's Encrypt certificate (R11) · Issue #10321 · certbot/certbot · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
[Bug]: Certbot 1.12.0 cannot extract OCSP URI even when present in Let's Encrypt certificate (R11) #10321
Open
@elcio-dalth

Description

@elcio-dalth

OS

Debian GNU/Linux 11 (bullseye) x86_64 - OpenStack

Installation method

apt

Certbot Version

1.12.0

What happened?

Certbot version 1.12.0 (from Debian 11) fails to extract the OCSP URI from Let's Encrypt certificates, even though the URI is clearly present in the PEM file.

This happens across multiple domains and environments.

Example message:

Cannot extract OCSP URI from /etc/letsencrypt/live/imap.powernethost.com.br/cert.pem
Cannot extract OCSP URI from /etc/letsencrypt/live/isp.powernethost.com.br/cert.pem
Cannot extract OCSP URI from /etc/letsencrypt/live/pop.powernethost.com.br/cert.pem
Cannot extract OCSP URI from /etc/letsencrypt/live/powernethost.com.br-0001/cert.pem
Cannot extract OCSP URI from /etc/letsencrypt/live/powernethost.com.br/cert.pem
Cannot extract OCSP URI from /etc/letsencrypt/live/smtp.powernethost.com.br/cert.pem
Cannot extract OCSP URI from /etc/letsencrypt/live/webmail.powernethost.com.br/cert.pem

This is repeated for all domains, despite the OCSP URI being present when checked manually with OpenSSL.

Expected behavior

Certbot should successfully extract and recognize the OCSP URI from certificates when it is present in the Authority Information Access extension.

If the OCSP URI exists (e.g., http://r11.o.lencr.org), Certbot should not emit a warning or log message indicating it is missing.

The expected behavior is that no errors or misleading messages are logged regarding OCSP extraction when the data is valid and available.

Relevant log output

certbot.ocsp: Cannot extract OCSP URI from /etc/letsencrypt/live/isp.powernethost.com.br/cert.pem

cat  /var/log/letsencrypt/letsencrypt.log
2025-06-08 00:25:14,323:DEBUG:certbot._internal.main:certbot version: 1.12.0
2025-06-08 00:25:14,323:DEBUG:certbot._internal.main:Location of certbot entry point: /usr/bin/certbot
2025-06-08 00:25:14,323:DEBUG:certbot._internal.main:Arguments: ['-q']
2025-06-08 00:25:14,324:DEBUG:certbot._internal.main:Discovered plugins: PluginsRegistry(PluginEntryPoint#dns-cloudflare,PluginEntryPoint#manual,PluginEntryPoint#null,PluginEntryPoint#standalone,PluginEntryPoint#webroot)
2025-06-08 00:25:14,342:DEBUG:certbot._internal.log:Root logging level set at 30
2025-06-08 00:25:14,342:INFO:certbot._internal.log:Saving debug log to /var/log/letsencrypt/letsencrypt.log
2025-06-08 00:25:14,345:DEBUG:certbot.display.util:Notifying user: Processing /etc/letsencrypt/renewal/imap.powernethost.com.br.conf
2025-06-08 00:25:14,359:DEBUG:certbot._internal.plugins.selection:Requested authenticator <certbot._internal.cli.cli_utils._Default object at 0x7f163cab7700> and installer <certbot._internal.cli.cli_utils._Default object at 0x7f163cab7700>
2025-06-08 00:25:14,367:INFO:certbot.ocsp:Cannot extract OCSP URI from /etc/letsencrypt/archive/imap.powernethost.com.br/cert8.pem
2025-06-08 00:25:14,379:INFO:certbot._internal.renewal:Cert not yet due for renewal
2025-06-08 00:25:14,379:DEBUG:certbot._internal.plugins.selection:Requested authenticator standalone and installer None
2025-06-08 00:25:14,380:DEBUG:certbot.display.util:Notifying user: Processing /etc/letsencrypt/renewal/isp.powernethost.com.br.conf
2025-06-08 00:25:14,386:INFO:certbot.ocsp:Cannot extract OCSP URI from /etc/letsencrypt/archive/isp.powernethost.com.br/cert1.pem
2025-06-08 00:25:14,387:INFO:certbot._internal.renewal:Cert not yet due for renewal
2025-06-08 00:25:14,387:DEBUG:certbot._internal.plugins.selection:Requested authenticator dns-cloudflare and installer None
2025-06-08 00:25:14,388:DEBUG:certbot.display.util:Notifying user: Processing /etc/letsencrypt/renewal/pop.powernethost.com.br.conf
2025-06-08 00:25:14,397:INFO:certbot.ocsp:Cannot extract OCSP URI from /etc/letsencrypt/archive/pop.powernethost.com.br/cert8.pem
2025-06-08 00:25:14,398:INFO:certbot._internal.renewal:Cert not yet due for renewal
2025-06-08 00:25:14,398:DEBUG:certbot._internal.plugins.selection:Requested authenticator standalone and installer None
2025-06-08 00:25:14,398:DEBUG:certbot.display.util:Notifying user: Processing /etc/letsencrypt/renewal/powernethost.com.br-0001.conf
2025-06-08 00:25:14,404:INFO:certbot.ocsp:Cannot extract OCSP URI from /etc/letsencrypt/archive/powernethost.com.br-0001/cert4.pem
2025-06-08 00:25:14,405:INFO:certbot._internal.renewal:Cert not yet due for renewal
2025-06-08 00:25:14,406:DEBUG:certbot._internal.plugins.selection:Requested authenticator dns-cloudflare and installer None
2025-06-08 00:25:14,406:DEBUG:certbot.display.util:Notifying user: Processing /etc/letsencrypt/renewal/powernethost.com.br.conf
2025-06-08 00:25:14,413:INFO:certbot.ocsp:Cannot extract OCSP URI from /etc/letsencrypt/archive/powernethost.com.br/cert8.pem
2025-06-08 00:25:14,414:INFO:certbot._internal.renewal:Cert not yet due for renewal
2025-06-08 00:25:14,414:DEBUG:certbot._internal.plugins.selection:Requested authenticator standalone and installer None
2025-06-08 00:25:14,414:DEBUG:certbot.display.util:Notifying user: Processing /etc/letsencrypt/renewal/smtp.powernethost.com.br.conf
2025-06-08 00:25:14,426:INFO:certbot.ocsp:Cannot extract OCSP URI from /etc/letsencrypt/archive/smtp.powernethost.com.br/cert8.pem
2025-06-08 00:25:14,427:INFO:certbot._internal.renewal:Cert not yet due for ren
A4D4
ewal
2025-06-08 00:25:14,429:DEBUG:certbot._internal.plugins.selection:Requested authenticator standalone and installer None
2025-06-08 00:25:14,430:DEBUG:certbot.display.util:Notifying user: Processing /etc/letsencrypt/renewal/webmail.powernethost.com.br.conf
2025-06-08 00:25:14,438:INFO:certbot.ocsp:Cannot extract OCSP URI from /etc/letsencrypt/archive/webmail.powernethost.com.br/cert3.pem
2025-06-08 00:25:14,440:INFO:certbot._internal.renewal:Cert not yet due for renewal
2025-06-08 00:25:14,441:DEBUG:certbot._internal.plugins.selection:Requested authenticator standalone and installer None
2025-06-08 00:25:14,442:DEBUG:certbot.display.util:Notifying user: 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
2025-06-08 00:25:14,442:DEBUG:certbot.display.util:Notifying user: The following certificates are not due for renewal yet:
2025-06-08 00:25:14,442:DEBUG:certbot.display.util:Notifying user:   /etc/letsencrypt/live/imap.powernethost.com.br/fullchain.pem expires on 2025-09-03 (skipped)
  /etc/letsencrypt/live/isp.powernethost.com.br/fullchain.pem expires on 2025-08-25 (skipped)
  /etc/letsencrypt/live/pop.powernethost.com.br/fullchain.pem expires on 2025-09-03 (skipped)
  /etc/letsencrypt/live/powernethost.com.br-0001/fullchain.pem expires on 2025-08-19 (skipped)
  /etc/letsencrypt/live/powernethost.com.br/fullchain.pem expires on 2025-09-03 (skipped)
  /etc/letsencrypt/live/smtp.powernethost.com.br/fullchain.pem expires on 2025-09-03 (skipped)
  /etc/letsencrypt/live/webmail.powernethost.com.br/fullchain.pem expires on 2025-08-19 (skipped)
2025-06-08 00:25:14,442:DEBUG:certbot.display.util:Notifying user: No renewals were attempted.
2025-06-08 00:25:14,442:DEBUG:certbot.display.util:Notifying user: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
2025-06-08 00:25:14,442:DEBUG:certbot._internal.renewal:no renewal failures
2025-06-08 14:47:17,103:DEBUG:certbot._internal.main:certbot version: 1.12.0
2025-06-08 14:47:17,104:DEBUG:certbot._internal.main:Location of certbot entry point: /usr/bin/certbot
2025-06-08 14:47:17,104:DEBUG:certbot._internal.main:Arguments: ['-q']
2025-06-08 14:47:17,104:DEBUG:certbot._internal.main:Discovered plugins: PluginsRegistry(PluginEntryPoint#dns-cloudflare,PluginEntryPoint#manual,PluginEntryPoint#null,PluginEntryPoint#standalone,PluginEntryPoint#webroot)
2025-06-08 14:47:17,128:DEBUG:certbot._internal.log:Root logging level set at 30
2025-06-08 14:47:17,128:INFO:certbot._internal.log:Saving debug log to /var/log/letsencrypt/letsencrypt.log
2025-06-08 14:47:17,132:DEBUG:certbot.display.util:Notifying user: Processing /etc/letsencrypt/renewal/imap.powernethost.com.br.conf
2025-06-08 14:47:17,152:DEBUG:certbot._internal.plugins.selection:Requested authenticator <certbot._internal.cli.cli_utils._Default object at 0x7f674ecec5b0> and installer <certbot._internal.cli.cli_utils._Default object at 0x7f674ecec5b0>
2025-06-08 14:47:17,163:INFO:certbot.ocsp:Cannot extract OCSP URI from /etc/letsencrypt/archive/imap.powernethost.com.br/cert8.pem
2025-06-08 14:47:17,176:INFO:certbot._internal.renewal:Cert not yet due for renewal
2025-06-08 14:47:17,177:DEBUG:certbot._internal.plugins.selection:Requested authenticator standalone and installer None
2025-06-08 14:47:17,177:DEBUG:certbot.display.util:Notifying user: Processing /etc/letsencrypt/renewal/isp.powernethost.com.br.conf
2025-06-08 14:47:17,184:INFO:certbot.ocsp:Cannot extract OCSP URI from /etc/letsencrypt/archive/isp.powernethost.com.br/cert1.pem
2025-06-08 14:47:17,185:INFO:certbot._internal.renewal:Cert not yet due for renewal
2025-06-08 14:47:17,186:DEBUG:certbot._internal.plugins.selection:Requested authenticator dns-cloudflare and installer None
2025-06-08 14:47:17,186:DEBUG:certbot.display.util:Notifying user: Processing /etc/letsencrypt/renewal/pop.powernethost.com.br.conf
2025-06-08 14:47:17,194:INFO:certbot.ocsp:Cannot extract OCSP URI from /etc/letsencrypt/archive/pop.powernethost.com.br/cert8.pem
2025-06-08 14:47:17,195:INFO:certbot._internal.renewal:Cert not yet due for renewal
2025-06-08 14:47:17,195:DEBUG:certbot._internal.plugins.selection:Requested authenticator standalone and installer None
2025-06-08 14:47:17,196:DEBUG:certbot.display.util:Notifying user: Processing /etc/letsencrypt/renewal/powernethost.com.br-0001.conf
2025-06-08 14:47:17,202:INFO:certbot.ocsp:Cannot extract OCSP URI from /etc/letsencrypt/archive/powernethost.com.br-0001/cert4.pem
2025-06-08 14:47:17,203:INFO:certbot._internal.renewal:Cert not yet due for renewal
2025-06-08 14:47:17,203:DEBUG:certbot._internal.plugins.selection:Requested authenticator dns-cloudflare and installer None
2025-06-08 14:47:17,203:DEBUG:certbot.display.util:Notifying user: Processing /etc/letsencrypt/renewal/powernethost.com.br.conf
2025-06-08 14:47:17,211:INFO:certbot.ocsp:Cannot extract OCSP URI from /etc/letsencrypt/archive/powernethost.com.br/cert8.pem
2025-06-08 14:47:17,212:INFO:certbot._internal.renewal:Cert not yet due for renewal
2025-06-08 14:47:17,213:DEBUG:certbot._internal.plugins.selection:Requested authenticator standalone and installer None
2025-06-08 14:47:17,213:DEBUG:certbot.display.util:Notifying user: Processing /etc/letsencrypt/renewal/smtp.powernethost.com.br.conf
2025-06-08 14:47:17,221:INFO:certbot.ocsp:Cannot extract OCSP URI from /etc/letsencrypt/archive/smtp.powernethost.com.br/cert8.pem
2025-06-08 14:47:17,222:INFO:certbot._internal.renewal:Cert not yet due for renewal
2025-06-08 14:47:17,223:DEBUG:certbot._internal.plugins.selection:Requested authenticator standalone and installer None
2025-06-08 14:47:17,223:DEBUG:certbot.display.util:Notifying user: Processing /etc/letsencrypt/renewal/webmail.powernethost.com.br.conf
2025-06-08 14:47:17,230:INFO:certbot.ocsp:Cannot extract OCSP URI from /etc/letsencrypt/archive/webmail.powernethost.com.br/cert3.pem
2025-06-08 14:47:17,231:INFO:certbot._internal.renewal:Cert not yet due for renewal
2025-06-08 14:47:17,232:DEBUG:certbot._internal.plugins.selection:Requested authenticator standalone and installer None
2025-06-08 14:47:17,232:DEBUG:certbot.display.util:Notifying user: 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
2025-06-08 14:47:17,232:DEBUG:certbot.display.util:Notifying user: The following certificates are not due for renewal yet:
2025-06-08 14:47:17,232:DEBUG:certbot.display.util:Notifying user:   /etc/letsencrypt/live/imap.powernethost.com.br/fullchain.pem expires on 2025-09-03 (skipped)
  /etc/letsencrypt/live/isp.powernethost.com.br/fullchain.pem expires on 2025-08-25 (skipped)
  /etc/letsencrypt/live/pop.powernethost.com.br/fullchain.pem expires on 2025-09-03 (skipped)
  /etc/letsencrypt/live/powernethost.com.br-0001/fullchain.pem expires on 2025-08-19 (skipped)
  /etc/letsencrypt/live/powernethost.com.br/fullchain.pem expires on 2025-09-03 (skipped)
  /etc/letsencrypt/live/smtp.powernethost.com.br/fullchain.pem expires on 2025-09-03 (skipped)
  /etc/letsencrypt/live/webmail.powernethost.com.br/fullchain.pem expires on 2025-08-19 (skipped)
2025-06-08 14:47:17,232:DEBUG:certbot.display.util:Notifying user: No renewals were attempted.
2025-06-08 14:47:17,232:DEBUG:certbot.display.util:Notifying user: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
2025-06-08 14:47:17,232:DEBUG:certbot._internal.renewal:no renewal failures
2025-06-09 04:25:35,979:DEBUG:certbot._internal.main:certbot version: 1.12.0
2025-06-09 04:25:35,980:DEBUG:certbot._internal.main:Location of certbot entry point: /usr/bin/certbot
2025-06-09 04:25:35,980:DEBUG:certbot._internal.main:Arguments: ['-q']
2025-06-09 04:25:35,980:DEBUG:certbot._internal.main:Discovered plugins: PluginsRegistry(PluginEntryPoint#dns-cloudflare,PluginEntryPoint#manual,PluginEntryPoint#null,PluginEntryPoint#standalone,PluginEntryPoint#webroot)
2025-06-09 04:25:35,999:DEBUG:certbot._internal.log:Root logging level set at 30
2025-06-09 04:25:35,999:INFO:certbot._internal.log:Saving debug log to /var/log/letsencrypt/letsencrypt.log
2025-06-09 04:25:36,004:DEBUG:certbot.display.util:Notifying user: Processing /etc/letsencrypt/renewal/imap.powernethost.com.br.conf
2025-06-09 04:25:36,021:DEBUG:certbot._internal.plugins.selection:Requested authenticator <certbot._internal.cli.cli_utils._Default object at 0x7f7175054820> and installer <certbot._internal.cli.cli_utils._Default object at 0x7f7175054820>
2025-06-09 04:25:36,030:INFO:certbot.ocsp:Cannot extract OCSP URI from /etc/letsencrypt/archive/imap.powernethost.com.br/cert8.pem
2025-06-09 04:25:36,042:INFO:certbot._internal.renewal:Cert not yet due for renewal
2025-06-09 04:25:36,042:DEBUG:certbot._internal.plugins.selection:Requested authenticator standalone and installer None
2025-06-09 04:25:36,043:DEBUG:certbot.display.util:Notifying user: Processing /etc/letsencrypt/renewal/isp.powernethost.com.br.conf
2025-06-09 04:25:36,049:INFO:certbot.ocsp:Cannot extract OCSP URI from /etc/letsencrypt/archive/isp.powernethost.com.br/cert1.pem
2025-06-09 04:25:36,050:INFO:certbot._internal.renewal:Cert not yet due for renewal
2025-06-09 04:25:36,051:DEBUG:certbot._internal.plugins.selection:Requested authenticator dns-cloudflare and installer None
2025-06-09 04:25:36,051:DEBUG:certbot.display.util:Notifying user: Processing /etc/letsencrypt/renewal/pop.powernethost.com.br.conf
2025-06-09 04:25:36,058:INFO:certbot.ocsp:Cannot extract OCSP URI from /etc/letsencrypt/archive/pop.powernethost.com.br/cert8.pem
2025-06-09 04:25:36,059:INFO:certbot._internal.renewal:Cert not yet due for renewal
2025-06-09 04:25:36,060:DEBUG:certbot._internal.plugins.selection:Requested authenticator standalone and installer None
2025-06-09 04:25:36,060:DEBUG:certbot.display.util:Notifying user: Processing /etc/letsencrypt/renewal/powernethost.com.br-0001.conf
2025-06-09 04:25:36,067:INFO:certbot.ocsp:Cannot extract OCSP URI from /etc/letsencrypt/archive/powernethost.com.br-0001/cert4.pem
2025-06-09 04:25:36,068:INFO:certbot._internal.renewal:Cert not yet due for renewal
2025-06-09 04:25:36,069:DEBUG:certbot._internal.plugins.selection:Requested authenticator dns-cloudflare and installer None
2025-06-09 04:25:36,069:DEBUG:certbot.display.util:Notifying user: Processing /etc/letsencrypt/renewal/powernethost.com.br.conf
2025-06-09 04:25:36,076:INFO:certbot.ocsp:Cannot extract OCSP URI from /etc/letsencrypt/archive/powernethost.com.br/cert8.pem
2025-06-09 04:25:36,077:INFO:certbot._internal.renewal:Cert not yet due for renewal
2025-06-09 04:25:36,078:DEBUG:certbot._internal.plugins.selection:Requested authenticator standalone and installer None
2025-06-09 04:25:36,078:DEBUG:certbot.display.util:Notifying user: Processing /etc/letsencrypt/renewal/smtp.powernethost.com.br.conf
2025-06-09 04:25:36,085:INFO:certbot.ocsp:Cannot extract OCSP URI from /etc/letsencrypt/archive/smtp.powernethost.com.br/cert8.pem
2025-06-09 04:25:36,086:INFO:certbot._internal.renewal:Cert not yet due for renewal
2025-06-09 04:25:36,087:DEBUG:certbot._internal.plugins.selection:Requested authenticator standalone and installer None
2025-06-09 04:25:36,087:DEBUG:certbot.display.util:Notifying user: Processing /etc/letsencrypt/renewal/webmail.powernethost.com.br.conf
2025-06-09 04:25:36,094:INFO:certbot.ocsp:Cannot extract OCSP URI from /etc/letsencrypt/archive/webmail.powernethost.com.br/cert3.pem
2025-06-09 04:25:36,094:INFO:certbot._internal.renewal:Cert not yet due for renewal
2025-06-09 04:25:36,095:DEBUG:certbot._internal.plugins.selection:Requested authenticator standalone and installer None
2025-06-09 04:25:36,095:DEBUG:certbot.display.util:Notifying user: 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
2025-06-09 04:25:36,095:DEBUG:certbot.display.util:Notifying user: The following certificates are not due for renewal yet:
2025-06-09 04:25:36,095:DEBUG:certbot.display.util:Notifying user:   /etc/letsencrypt/live/imap.powernethost.com.br/fullchain.pem expires on 2025-09-03 (skipped)
  /etc/letsencrypt/live/isp.powernethost.com.br/fullchain.pem expires on 2025-08-25 (skipped)
  /etc/letsencrypt/live/pop.powernethost.com.br/fullchain.pem expires on 2025-09-03 (skipped)
  /etc/letsencrypt/live/powernethost.com.br-0001/fullchain.pem expires on 2025-08-19 (skipped)
  /etc/letsencrypt/live/powernethost.com.br/fullchain.pem expires on 2025-09-03 (skipped)
  /etc/letsencrypt/live/smtp.powernethost.com.br/fullchain.pem expires on 2025-09-03 (skipped)
  /etc/letsencrypt/live/webmail.powernethost.com.br/fullchain.pem expires on 2025-08-19 (skipped)
2025-06-09 04:25:36,095:DEBUG:certbot.display.util:Notifying user: No renewals were attempted.
2025-06-09 04:25:36,096:DEBUG:certbot.display.util:Notifying user: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
2025-06-09 04:25:36,096:DEBUG:certbot._internal.renewal:no renewal failures
2025-06-09 09:34:03,383:DEBUG:certbot._internal.main:certbot version: 1.12.0
2025-06-09 09:34:03,384:DEBUG:certbot._internal.main:Location of certbot entry point: /usr/bin/certbot
2025-06-09 09:34:03,384:DEBUG:certbot._internal.main:Arguments: []
2025-06-09 09:34:03,384:DEBUG:certbot._internal.main:Discovered plugins: PluginsRegistry(PluginEntryPoint#dns-cloudflare,PluginEntryPoint#manual,PluginEntryPoint#null,PluginEntryPoint#standalone,PluginEntryPoint#webroot)
2025-06-09 09:34:03,399:DEBUG:certbot._internal.log:Root logging level set at 20
2025-06-09 09:34:03,400:INFO:certbot._internal.log:Saving debug log to /var/log/letsencrypt/letsencrypt.log
2025-06-09 09:34:03,490:INFO:certbot.ocsp:Cannot extract OCSP URI from /etc/letsencrypt/live/imap.powernethost.com.br/cert.pem
2025-06-09 09:34:03,515:INFO:certbot.ocsp:Cannot extract OCSP URI from /etc/letsencrypt/live/isp.powernethost.com.br/cert.pem
2025-06-09 09:34:03,534:INFO:certbot.ocsp:Cannot extract OCSP URI from /etc/letsencrypt/live/pop.powernethost.com.br/cert.pem
2025-06-09 09:34:03,559:INFO:certbot.ocsp:Cannot extract OCSP URI from /etc/letsencrypt/live/powernethost.com.br-0001/cert.pem
2025-06-09 09:34:03,581:INFO:certbot.ocsp:Cannot extract OCSP URI from /etc/letsencrypt/live/powernethost.com.br/cert.pem
2025-06-09 09:34:03,600:INFO:certbot.ocsp:Cannot extract OCSP URI from /etc/letsencrypt/live/smtp.powernethost.com.br/cert.pem
2025-06-09 09:34:03,612:INFO:certbot.ocsp:Cannot extract OCSP URI from /etc/letsencrypt/live/webmail.powernethost.com.br/cert.pem
2025-06-09 09:34:03,620:DEBUG:certbot.display.util:Notifying user: Found the following certs:
  Certificate Name: imap.powernethost.com.br
    Serial Number: 6736a7acf5a0e2e845a8b69d911c61012c8
    Key Type: RSA
    Domains: imap.powernethost.com.br
    Expiry Date: 2025-09-03 10:52:08+00:00 (VALID: 85 days)
    Certificate Path: /etc/letsencrypt/live/imap.powernethost.com.br/fullchain.pem
    Private Key Path: /etc/letsencrypt/live/imap.powernethost.com.br/privkey.pem
  Certificate Name: isp.powernethost.com.br
    Serial Number: 5fe059246c33d4f989ba8b579a0206867ed
    Key Type: RSA
    Domains: isp.powernethost.com.br
    Expiry Date: 2025-08-25 18:23:52+00:00 (VALID: 77 days)
    Certificate Path: /etc/letsencrypt/live/isp.powernethost.com.br/fullchain.pem
    Private Key Path: /etc/letsencrypt/live/isp.powernethost.com.br/privkey.pem
  Certificate Name: pop.powernethost.com.br
    Serial Number: 65def5d54374a55869b918a1235f4670103
    Key Type: RSA
    Domains: pop.powernethost.com.br
    Expiry Date: 2025-09-03 10:52:19+00:00 (VALID: 85 days)
    Certificate Path: /etc/letsencrypt/live/pop.powernethost.com.br/fullchain.pem
    Private Key Path: /etc/letsencrypt/live/pop.powernethost.com.br/privkey.pem
  Certificate Name: powernethost.com.br-0001
    Serial Number: 5fb6df8acc8d45d242ea18c67f61c625127
    Key Type: RSA
    Domains: *.powernethost.com.br
    Expiry Date: 2025-08-19 16:28:13+00:00 (VALID: 71 days)
    Certificate Path: /etc/letsencrypt/live/powernethost.com.br-0001/fullchain.pem
    Private Key Path: /etc/letsencrypt/live/powernethost.com.br-0001/privkey.pem
  Certificate Name: powernethost.com.br
    Serial Number: 565b9a0dd038aedaa5282d9fdce39f20967
    Key Type: RSA
    Domains: powernethost.com.br
    Expiry Date: 2025-09-03 10:52:27+00:00 (VALID: 85 days)
    Certificate Path: /etc/letsencrypt/live/powernethost.com.br/fullchain.pem
    Private Key Path: /etc/letsencrypt/live/powernethost.com.br/privkey.pem
  Certificate Name: smtp.powernethost.com.br
    Serial Number: 5957fe84ef78aa4864123bcd0f43260d140
    Key Type: RSA
    Domains: smtp.powernethost.com.br
    Expiry Date: 2025-09-03 10:52:40+00:00 (VALID: 85 days)
    Certificate Path: /etc/letsencrypt/live/smtp.powernethost.com.br/fullchain.pem
    Private Key Path: /etc/letsencrypt/live/smtp.powernethost.com.br/privkey.pem
  Certificate Name: webmail.powernethost.com.br
    Serial Number: 55bb2fba82bca37d6e71b01872c5da4ac05
    Key Type: RSA
    Domains: webmail.powernethost.com.br
    Expiry Date: 2025-08-19 16:28:22+00:00 (VALID: 71 days)
    Certificate Path: /etc/letsencrypt/live/webmail.powernethost.com.br/fullchain.pem
    Private Key Path: /etc/letsencrypt/live/webmail.powernethost.com.br/privkey.pem
2025-06-09 09:40:25,849:DEBUG:certbot._internal.main:certbot version: 1.12.0
2025-06-09 09:40:25,850:DEBUG:certbot._internal.main:Location of certbot entry point: /usr/bin/certbot
2025-06-09 09:40:25,850:DEBUG:certbot._internal.main:Arguments: []
2025-06-09 09:40:25,850:DEBUG:certbot._internal.main:Discovered plugins: PluginsRegistry(PluginEntryPoint#dns-cloudflare,PluginEntryPoint#manual,PluginEntryPoint#null,PluginEntryPoint#standalone,PluginEntryPoint#webroot)
2025-06-09 09:40:25,863:DEBUG:certbot._internal.log:Root logging level set at 20
2025-06-09 09:40:25,863:INFO:certbot._internal.log:Saving debug log to /var/log/letsencrypt/letsencrypt.log
2025-06-09 09:40:25,884:INFO:certbot.ocsp:Cannot extract OCSP URI from /etc/letsencrypt/live/imap.powernethost.com.br/cert.pem
2025-06-09 09:40:25,894:INFO:certbot.ocsp:Cannot extract OCSP URI from /etc/letsencrypt/live/isp.powernethost.com.br/cert.pem
2025-06-09 09:40:25,903:INFO:certbot.ocsp:Cannot extract OCSP URI from /etc/letsencrypt/live/pop.powernethost.com.br/cert.pem
2025-06-09 09:40:25,912:INFO:certbot.ocsp:Cannot extract OCSP URI from /etc/letsencrypt/live/powernethost.com.br-0001/cert.pem
2025-06-09 09:40:25,921:INFO:certbot.ocsp:Cannot extract OCSP URI from /etc/letsencrypt/live/powernethost.com.br/cert.pem
2025-06-09 09:40:25,929:INFO:certbot.ocsp:Cannot extract OCSP URI from /etc/letsencrypt/live/smtp.powernethost.com.br/cert.pem
2025-06-09 09:40:25,938:INFO:certbot.ocsp:Cannot extract OCSP URI from /etc/letsencrypt/live/webmail.powernethost.com.br/cert.pem
2025-06-09 09:40:25,945:DEBUG:certbot.display.util:Notifying user: Found the following certs:
  Certificate Name: imap.powernethost.com.br
    Serial Number: 6736a7acf5a0e2e845a8b69d911c61012c8
    Key Type: RSA
    Domains: imap.powernethost.com.br
    Expiry Date: 2025-09-03 10:52:08+00:00 (VALID: 85 days)
    Certificate Path: /etc/letsencrypt/live/imap.powernethost.com.br/fullchain.pem
    Private Key Path: /etc/letsencrypt/live/imap.powernethost.com.br/privkey.pem
  Certificate Name: isp.powernethost.com.br
    Serial Number: 5fe059246c33d4f989ba8b579a0206867ed
    Key Type: RSA
    Domains: isp.powernethost.com.br
    Expiry Date: 2025-08-25 18:23:52+00:00 (VALID: 77 days)
    Certificate Path: /etc/letsencrypt/live/isp.powernethost.com.br/fullchain.pem
    Private Key Path: /etc/letsencrypt/live/isp.powernethost.com.br/privkey.pem
  Certificate Name: pop.powernethost.com.br
    Serial Number: 65def5d54374a55869b918a1235f4670103
    Key Type: RSA
    Domains: pop.powernethost.com.br
    Expiry Date: 2025-09-03 10:52:19+00:00 (VALID: 85 days)
    Certificate Path: /etc/letsencrypt/live/pop.powernethost.com.br/fullchain.pem
    Private Key Path: /etc/letsencrypt/live/pop.powernethost.com.br/privkey.pem
  Certificate Name: powernethost.com.br-0001
    Serial Number: 5fb6df8acc8d45d242ea18c67f61c625127
    Key Type: RSA
    Domains: *.powernethost.com.br
    Expiry Date: 2025-08-19 16:28:13+00:00 (VALID: 71 days)
    Certificate Path: /etc/letsencrypt/live/powernethost.com.br-0001/fullchain.pem
    Private Key Path: /etc/letsencrypt/live/powernethost.com.br-0001/privkey.pem
  Certificate Name: powernethost.com.br
    Serial Number: 565b9a0dd038aedaa5282d9fdce39f20967
    Key Type: RSA
    Domains: powernethost.com.br
    Expiry Date: 2025-09-03 10:52:27+00:00 (VALID: 85 days)
    Certificate Path: /etc/letsencrypt/live/powernethost.com.br/fullchain.pem
    Private Key Path: /etc/letsencrypt/live/powernethost.com.br/privkey.pem
  Certificate Name: smtp.powernethost.com.br
    Serial Number: 5957fe84ef78aa4864123bcd0f43260d140
    Key Type: RSA
    Domains: smtp.powernethost.com.br
    Expiry Date: 2025-09-03 10:52:40+00:00 (VALID: 85 days)
    Certificate Path: /etc/letsencrypt/live/smtp.powernethost.com.br/fullchain.pem
    Private Key Path: /etc/letsencrypt/live/smtp.powernethost.com.br/privkey.pem
  Certificate Name: webmail.powernethost.com.br
    Serial Number: 55bb2fba82bca37d6e71b01872c5da4ac05
    Key Type: RSA
    Domains: webmail.powernethost.com.br
    Expiry Date: 2025-08-19 16:28:22+00:00 (VALID: 71 days)
    Certificate Path: /etc/letsencrypt/live/webmail.powernethost.com.br/fullchain.pem
    Private Key Path: /etc/letsencrypt/live/webmail.powernethost.com.br/privkey.pem

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0