Hello, I had to rebuild two servers today, upon running certbot
Starting new HTTPS connection (1): acme-staging.api.letsencrypt.org
An unexpected error occurred:
The client lacks sufficient authorization :: Account creation on ACMEv1 is disabled. Please upgrade your ACME client to a version that supports ACMEv2 / RFC 8555. See https://community.letsencrypt.org/t/end ... mev1/88430 for details.
https://community.letsencrypt.org/t/end ... mev1/88430
So far all articles to upgrade this on this version of vici are eluding me. Other servers that have already had the certs generated are renewing fine.
#Solution 1
Certbot-Auto
The certbot-auto wrapper script installs Certbot, obtaining some dependencies from your web server OS and putting others in a python virtual environment. You can download and run it as follows:
user@webserver:~$ wget https://dl.eff.org/certbot-auto
user@webserver:~$ sudo mv certbot-auto /usr/local/bin/certbot-auto
user@webserver:~$ sudo chown root /usr/local/bin/certbot-auto
user@webserver:~$ chmod 0755 /usr/local/bin/certbot-auto
user@webserver:~$ /usr/local/bin/certbot-auto --help
---Fails to install completely
Reading installed packages...
'python' is already installed.
No update candidate for 'python-2.7.13-27.15.1.x86_64'. The highest available version is already installed.
'gcc' is already installed.
No update candidate for 'gcc-4.8-11.16.x86_64'. The highest available version is already installed.
'ca-certificates' is already installed.
No update candidate for 'ca-certificates-1_201403302107-12.3.noarch'. The highest available version is already installed.
'libopenssl-devel' is already installed.
No update candidate for 'libopenssl-devel-1.0.2j-38.1.x86_64'. The highest available version is already installed.
'python-devel' is already installed.
No update candidate for 'python-devel-2.7.13-27.15.1.x86_64'. The highest available version is already installed.
'augeas-lenses' is already installed.
No update candidate for 'augeas-lenses-1.2.0-13.3.1.x86_64'. The highest available version is already installed.
'libffi-devel' not found in package names. Trying capabilities.
'libffi-devel-gcc5' providing 'libffi-devel' is already installed.
'python2-setuptools' not found in package names. Trying capabilities.
No provider of 'python2-setuptools' found.
'python2-virtualenv' not found in package names. Trying capabilities.
No provider of 'python2-virtualenv' found.
Resolving package dependencies...