Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.
Bug 1806331 - python3-certbot-apache is missing in EPEL so certbot does not work in RHEL/CentOS 8
Summary: python3-certbot-apache is missing in EPEL so certbot does not work in RHEL/Ce...
Keywords:
Status: CLOSED DUPLICATE of bug 1795666
Alias: None
Product: Fedora EPEL
Classification: Fedora
Component: python-certbot-apache
Version: epel8
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: James Hogarth
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2020-02-23 21:18 UTC by Milan Kerslager
Modified: 2020-02-23 21:45 UTC (History)
7 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2020-02-23 21:45:41 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Milan Kerslager 2020-02-23 21:18:56 UTC
When certbot package is installed, python3-certbot.noarch is installed but no python3-certbot-apache.noarch so there are no plugins to edit the config files for httpd in the current EPEL 8 repository.

# certbot
Saving debug log to /var/log/letsencrypt/letsencrypt.log
Certbot doesn't know how to automatically configure the web server on this system. However, it can still get a certificate for you. Please run "certbot certonly" to do so. You'll need to manually configure your web server to use the resulting certificate.

cat /var/log/letsencrypt/letsencrypt.log
2020-02-23 22:11:34,540:DEBUG:certbot._internal.main:certbot version: 1.1.0
2020-02-23 22:11:34,542:DEBUG:certbot._internal.main:Arguments: []
2020-02-23 22:11:34,542:DEBUG:certbot._internal.main:Discovered plugins: PluginsRegistry(PluginEntryPoint#manual,PluginEntryPoint#null,PluginEntryPoint#standalone,PluginEntryPoint#webroot)
2020-02-23 22:11:34,557:DEBUG:certbot._internal.log:Root logging level set at 20
2020-02-23 22:11:34,558:INFO:certbot._internal.log:Saving debug log to /var/log/letsencrypt/letsencrypt.log
2020-02-23 22:11:34,558:DEBUG:certbot._internal.plugins.selection:Requested authenticator None and installer None
2020-02-23 22:11:34,559:DEBUG:certbot._internal.plugins.selection:No candidate plugin
2020-02-23 22:11:34,559:DEBUG:certbot._internal.plugins.selection:Selected authenticator None and installer None

Comment 1 Felix Schwarz 2020-02-23 21:45:41 UTC
I think this is a basically the same issue as bug 1795666 and yes, I am aware of that. Unfortunately the previous Fedora maintainer seems to have no time anymore to maintain the certbot stack.

I'm familiarizing myself with all the scripts (which are necessary to manage ~20 packages in 5 branches!) but it requires some time. I'd like to manage the stack the same as the previous maintainer in the hope that others might find it easier to take over. Right now I think I'm almost ready to push updates to the plugins to rawhide. Afterwards I'll trigger updates for all Fedora versions and then merge stuff into EPEL 8.

*** This bug has been marked as a duplicate of bug 1795666 ***


Note You need to log in before you can comment on or make changes to this bug.