Bug 38907 - letsencrypt / debian package name change
Summary: letsencrypt / debian package name change
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Installation and upgrade (command-line installer) (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-01-16 13:52 UTC by Alexander Wagner
Modified: 2025-01-16 13:52 UTC (History)
1 user (show)

See Also:
GIT URL:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Wagner 2025-01-16 13:52:19 UTC
`koha-create --letsencrypt` checks the system for the `letsencrypt` package in function `check_letsencrypt()`. This piece of code seems to have been added for Debian Jessie.

At least from Debian Buster onward (oldoldstable at time of writing) the package `letsencrypt` is a virtual package only and one should go for `certbot` instead. This would become relevant one Koha gets installed on some Ubuntu as this derived distribution does _not_ add a virtual package pointing to `certbot` at least from `focal` onwards (anymore?) hence the check fails.