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

Summary: python3-certbot-apache is missing in EPEL so certbot does not work in RHEL/CentOS 8
Product: [Fedora] Fedora EPEL Reporter: Milan Kerslager <milan.kerslager>
Component: python-certbot-apacheAssignee: James Hogarth <james.hogarth>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: epel8CC: anon.amish, fschwarz, itamar, james.hogarth, nb, nick, rbu
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2020-02-23 21:45:41 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

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 ***