Answer the question
In order to leave comments, you need to log in
What causes an error when starting Certbot?
On startup, the
# sudo certbot --apache -d <тут мой домен>
following message is displayed
Saving debug log to /var/log/letsencrypt/letsencrypt.log
Plugins selected: Authenticator apache, Installer apache
Obtaining a new certificate
Performing the following challenges:
http-01 challenge for <тут мой домен>
Error while running a2enmod rewrite.
env: error while loading shared libraries: LIBC_2.4: cannot open shared object file: No such file or directory
Could not read /etc/apache2/envvars
Cleaning up challenges
Error while running a2dismod -f rewrite.
env: error while loading shared libraries: LIBC_2.4: cannot open shared object file: No such file or directory
Could not read /etc/apache2/envvars
Unable to run undo command: a2dismod -f rewrite
Error while running a2enmod rewrite.
env: error while loading shared libraries: LIBC_2.4: cannot open shared object file: No such file or directory
Could not read /etc/apache2/envvars
Answer the question
In order to leave comments, you need to log in
They write to you:
env: error while loading shared libraries: LIBC_2.4: cannot open shared object file: No such file or directory
Could not read /etc/apache2/envvars
certbot certonly --webroot -w /var/www/example -d www.example.com -d example.com
-w
- required parameter --dry-run
--debug
but I didn’t check, there was always enough inf without it, but it is there.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question