mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-28 08:03:36 +00:00
letsencrypt: Depend on the new certbot package
Instead of the transitional package 'letsencrypt'. I believe, there is no need to rename the entire module to certbo since letsencrypt is stil a more apt name for the module. Let's Encrypt is a strong brand that people know. The service is still called Let's Encrypt. Only the automation tool has been renamed to certbot to avoid confusion of the service name.
This commit is contained in:
parent
65aadef546
commit
57bc8f1db6
@ -28,6 +28,7 @@ All notable changes to this project will be documented in this file.
|
||||
- xmpp: Switched to using ruamel.yaml to modify ejabberd config.
|
||||
- Exit with error if any of the setup steps fail.
|
||||
- actions: Hush some unneeded output of systemd.
|
||||
- letsencrypt: Depend on the new certbot package.
|
||||
|
||||
## [0.10.0] - 2016-08-12
|
||||
### Added
|
||||
|
||||
@ -33,7 +33,7 @@ is_essential = True
|
||||
|
||||
depends = ['apps', 'names']
|
||||
|
||||
managed_packages = ['letsencrypt']
|
||||
managed_packages = ['certbot']
|
||||
|
||||
title = _('Certificates (Let\'s Encrypt)')
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user