mirror of
https://github.com/certbot/certbot.git
synced 2026-06-08 00:02:14 -04:00
Modified error message
This commit is contained in:
parent
d0832f7414
commit
8f6ef8db53
1 changed files with 3 additions and 2 deletions
|
|
@ -160,8 +160,9 @@ class ApacheConfigurator(augeas_configurator.AugeasConfigurator):
|
|||
|
||||
if not self._check_aug_version():
|
||||
raise errors.NotSupportedError(
|
||||
"Your libaugeas0 is outdated, upgrade it from backports "
|
||||
" or re-bootstrap letsencrypt")
|
||||
"Apache plugin support requires libaugeas0 and augeas-lenses "
|
||||
"version 1.2.0 or higher, please make sure you have you have "
|
||||
"those installed.")
|
||||
|
||||
self.parser = parser.ApacheParser(
|
||||
self.aug, self.conf("server-root"), self.conf("vhost-root"),
|
||||
|
|
|
|||
Loading…
Reference in a new issue