After reading through the install guide here https://certbot.eff.org/docs/install.html I can’t see how to install a more up to date version than that which comes with using…
apt-get install -y certbot
Please could some kind sole help step me through the process?
Osiris
August 19, 2017, 12:41pm
2
If you really want to take the effort to run the latest version of certbot
, you can use the certbot-auto
script: https://certbot.eff.org/docs/install.html#certbot-auto
Official distribution packages are recommended however. Unfortunately, in some distributions, you’ll have to settle for ancient versions.
1 Like
Thank you Osiris
With your suggestion I managed to install certbot-auto with
apt-get update
apt-get -f install
apt-get install wget -y
wget https://dl.eff.org/certbot-auto
chmod a+x ./certbot-auto
apt-get install -y certbot
schoen
August 20, 2017, 5:10am
4
This command probably didn't have the particular effect that you wanted because you'll have two different copies of Certbot, of different versions, installed in different places by these two mechanisms. certbot-auto
makes its own copy, which you're meant to run as ./certbot-auto
, which is and will remain independent of the certbot
in /usr/bin/certbot
(which was installed by apt-get install
).
1 Like
Additionally, the systemd timer and cron job installed by the certbot
package may explicitly run the package’s /usr/bin/certbot
program, which may cause interesting problems when your certificates finally need to be renewed.
(It would probably be fine under most circumstances, but likely not with the NS1 plugin.)
@schoen & @mnordhoff I have omitted the line
apt-get install -y certbot
Thanks for the heads up on that. The renewal cron / systemd I can manually remove.
However I still cant run
./certbot-auto certonly --dns-nsone --dns-nsone-credentials nsone.ini --dns-nsone-propagation-seconds 60 -d mydomain.com
If i changed to different flavor of linux would all these issues go away? If so what flavor should i choose?
Here is the complete log
./certbot-auto certonly --dns-nsone --dns-nsone-credentials nsone.ini --dns-nsone-propagation-seconds 60 -d mydomain.com
Bootstrapping dependencies for Debian-based OSes... (you can skip this with --no-bootstrap)
Get:1 http://security.debian.org stretch/updates InRelease [62.9 kB]
Hit:2 http://nginx.org/packages/mainline/debian stretch InRelease
Ign:3 http://cdn-fastly.deb.debian.org/debian stretch InRelease
Get:4 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [88.5 kB]
Hit:5 http://cdn-fastly.deb.debian.org/debian stretch Release
Fetched 151 kB in 4s (32.5 kB/s)
Reading package lists... Done
Reading package lists... Done
Building dependency tree
Reading state information... Done
ca-certificates is already the newest version (20161130+nmu1).
ca-certificates set to manually installed.
openssl is already the newest version (1.1.0f-3).
openssl set to manually installed.
The following additional packages will be installed:
binutils cpp cpp-6 dh-python gcc-6 libasan3 libatomic1 libc-dev-bin libc6-dev libcc1-0 libcilkrts5 libexpat1-dev libgcc-6-dev libgomp1 libisl15 libitm1
liblsan0 libmpc3 libmpdec2 libmpfr4 libmpx2 libpython-dev libpython-stdlib libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib
libpython3-stdlib libpython3.5-minimal libpython3.5-stdlib libquadmath0 libreadline7 libsqlite3-0 libtsan0 libubsan0 linux-libc-dev mime-support
python-minimal python-pip-whl python-pkg-resources python2.7 python2.7-dev python2.7-minimal python3 python3-minimal python3-pkg-resources
python3-virtualenv python3.5 python3.5-minimal readline-common
Suggested packages:
augeas-doc binutils-doc cpp-doc gcc-6-locales libdpkg-perl gcc-multilib make manpages-dev autoconf automake libtool flex bison gdb gcc-doc gcc-6-multilib
gcc-6-doc libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg libasan3-dbg liblsan0-dbg libtsan0-dbg libubsan0-dbg libcilkrts5-dbg libmpx2-dbg
libquadmath0-dbg augeas-tools glibc-doc python-doc python-tk python-setuptools python2.7-doc binfmt-support python3-doc python3-tk python3-venv
python3-setuptools python3.5-venv python3.5-doc readline-doc
Recommended packages:
manpages manpages-dev libssl-doc bzip2 file xz-utils
The following NEW packages will be installed:
augeas-lenses binutils cpp cpp-6 dh-python gcc gcc-6 libasan3 libatomic1 libaugeas0 libc-dev-bin libc6-dev libcc1-0 libcilkrts5 libexpat1-dev libffi-dev
libgcc-6-dev libgomp1 libisl15 libitm1 liblsan0 libmpc3 libmpdec2 libmpfr4 libmpx2 libpython-dev libpython-stdlib libpython2.7 libpython2.7-dev
libpython2.7-minimal libpython2.7-stdlib libpython3-stdlib libpython3.5-minimal libpython3.5-stdlib libquadmath0 libreadline7 libsqlite3-0 libssl-dev
libtsan0 libubsan0 linux-libc-dev mime-support python python-dev python-minimal python-pip-whl python-pkg-resources python-virtualenv python2.7
python2.7-dev python2.7-minimal python3 python3-minimal python3-pkg-resources python3-virtualenv python3.5 python3.5-minimal readline-common virtualenv
0 upgraded, 59 newly installed, 0 to remove and 6 not upgraded.
Need to get 69.6 MB of archives.
After this operation, 216 MB of additional disk space will be used.
Do you want to continue? [Y/n] y
Get:1 http://security.debian.org stretch/updates/main amd64 linux-libc-dev amd64 4.9.30-2+deb9u3 [1252 kB]
Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpython2.7-minimal amd64 2.7.13-2 [389 kB]
Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python2.7-minimal amd64 2.7.13-2 [1383 kB]
Get:53 http://security.debian.org stretch/updates/main amd64 libexpat1-dev amd64 2.2.0-2+deb9u1 [134 kB]
Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python-minimal amd64 2.7.13-2 [40.5 kB]
Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 mime-support all 3.60 [36.7 kB]
Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 readline-common all 7.0-3 [70.4 kB]
Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libreadline7 amd64 7.0-3 [151 kB]
Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libsqlite3-0 amd64 3.16.2-5 [572 kB]
Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpython2.7-stdlib amd64 2.7.13-2 [1895 kB]
Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python2.7 amd64 2.7.13-2 [285 kB]
Get:11 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpython-stdlib amd64 2.7.13-2 [20.0 kB]
Get:12 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python amd64 2.7.13-2 [154 kB]
Get:13 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpython3.5-minimal amd64 3.5.3-1 [573 kB]
Get:14 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3.5-minimal amd64 3.5.3-1 [1688 kB]
Get:15 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3-minimal amd64 3.5.3-1 [35.3 kB]
Get:16 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libmpdec2 amd64 2.4.2-1 [85.2 kB]
Get:17 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpython3.5-stdlib amd64 3.5.3-1 [2166 kB]
Get:18 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3.5 amd64 3.5.3-1 [229 kB]
Get:19 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpython3-stdlib amd64 3.5.3-1 [18.6 kB]
Get:20 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 dh-python all 2.20170125 [86.8 kB]
Get:21 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3 amd64 3.5.3-1 [21.6 kB]
Get:22 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 augeas-lenses all 1.8.0-1 [420 kB]
Get:23 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 binutils amd64 2.28-5 [3770 kB]
Get:24 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libisl15 amd64 0.18-1 [564 kB]
Get:25 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libmpfr4 amd64 3.1.5-1 [556 kB]
Get:26 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libmpc3 amd64 1.0.3-1+b2 [39.9 kB]
Get:27 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 cpp-6 amd64 6.3.0-18 [6579 kB]
Get:28 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 cpp amd64 4:6.3.0-4 [18.7 kB]
Get:29 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libcc1-0 amd64 6.3.0-18 [30.6 kB]
Get:30 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libgomp1 amd64 6.3.0-18 [73.2 kB]
Get:31 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libitm1 amd64 6.3.0-18 [27.4 kB]
Get:32 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libatomic1 amd64 6.3.0-18 [8920 B]
Get:33 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libasan3 amd64 6.3.0-18 [311 kB]
Get:34 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 liblsan0 amd64 6.3.0-18 [115 kB]
Get:35 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libtsan0 amd64 6.3.0-18 [257 kB]
Get:36 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libubsan0 amd64 6.3.0-18 [106 kB]
Get:37 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libcilkrts5 amd64 6.3.0-18 [40.4 kB]
Get:38 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libmpx2 amd64 6.3.0-18 [11.2 kB]
Get:39 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libquadmath0 amd64 6.3.0-18 [131 kB]
Get:40 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libgcc-6-dev amd64 6.3.0-18 [2297 kB]
Get:41 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 gcc-6 amd64 6.3.0-18 [6895 kB]
Get:42 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 gcc amd64 4:6.3.0-4 [5196 B]
Get:43 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libaugeas0 amd64 1.8.0-1 [288 kB]
Get:44 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libc-dev-bin amd64 2.24-11+deb9u1 [259 kB]
Get:45 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libc6-dev amd64 2.24-11+deb9u1 [2365 kB]
Get:46 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libffi-dev amd64 3.2.1-6 [161 kB]
Get:47 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpython2.7 amd64 2.7.13-2 [1072 kB]
Get:48 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpython2.7-dev amd64 2.7.13-2 [28.2 MB]
Get:49 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpython-dev amd64 2.7.13-2 [20.1 kB]
Get:50 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libssl-dev amd64 1.1.0f-3 [1575 kB]
Get:51 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python2.7-dev amd64 2.7.13-2 [281 kB]
Get:52 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python-dev amd64 2.7.13-2 [1126 B]
Get:54 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python-pip-whl all 9.0.1-2 [1406 kB]
Get:55 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python-pkg-resources all 33.1.1-1 [166 kB]
Get:56 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python-virtualenv all 15.1.0+ds-1 [61.1 kB]
Get:57 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3-pkg-resources all 33.1.1-1 [137 kB]
Get:58 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3-virtualenv all 15.1.0+ds-1 [57.7 kB]
Get:59 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 virtualenv all 15.1.0+ds-1 [19.7 kB]
Fetched 69.6 MB in 2min 47s (414 kB/s)
debconf: delaying package configuration, since apt-utils is not installed
Selecting previously unselected package libpython2.7-minimal:amd64.
(Reading database ... 7559 files and directories currently installed.)
Preparing to unpack .../0-libpython2.7-minimal_2.7.13-2_amd64.deb ...
Unpacking libpython2.7-minimal:amd64 (2.7.13-2) ...
Selecting previously unselected package python2.7-minimal.
Preparing to unpack .../1-python2.7-minimal_2.7.13-2_amd64.deb ...
Unpacking python2.7-minimal (2.7.13-2) ...
Selecting previously unselected package python-minimal.
Preparing to unpack .../2-python-minimal_2.7.13-2_amd64.deb ...
Unpacking python-minimal (2.7.13-2) ...
Selecting previously unselected package mime-support.
Preparing to unpack .../3-mime-support_3.60_all.deb ...
Unpacking mime-support (3.60) ...
Selecting previously unselected package readline-common.
Preparing to unpack .../4-readline-common_7.0-3_all.deb ...
Unpacking readline-common (7.0-3) ...
Selecting previously unselected package libreadline7:amd64.
Preparing to unpack .../5-libreadline7_7.0-3_amd64.deb ...
Unpacking libreadline7:amd64 (7.0-3) ...
Selecting previously unselected package libsqlite3-0:amd64.
Preparing to unpack .../6-libsqlite3-0_3.16.2-5_amd64.deb ...
Unpacking libsqlite3-0:amd64 (3.16.2-5) ...
Selecting previously unselected package libpython2.7-stdlib:amd64.
Preparing to unpack .../7-libpython2.7-stdlib_2.7.13-2_amd64.deb ...
Unpacking libpython2.7-stdlib:amd64 (2.7.13-2) ...
Selecting previously unselected package python2.7.
Preparing to unpack .../8-python2.7_2.7.13-2_amd64.deb ...
Unpacking python2.7 (2.7.13-2) ...
Selecting previously unselected package libpython-stdlib:amd64.
Preparing to unpack .../9-libpython-stdlib_2.7.13-2_amd64.deb ...
Unpacking libpython-stdlib:amd64 (2.7.13-2) ...
Setting up libpython2.7-minimal:amd64 (2.7.13-2) ...
Setting up python2.7-minimal (2.7.13-2) ...
Linking and byte-compiling packages for runtime python2.7...
Setting up python-minimal (2.7.13-2) ...
Selecting previously unselected package python.
(Reading database ... 8363 files and directories currently installed.)
Preparing to unpack .../0-python_2.7.13-2_amd64.deb ...
Unpacking python (2.7.13-2) ...
Selecting previously unselected package libpython3.5-minimal:amd64.
Preparing to unpack .../1-libpython3.5-minimal_3.5.3-1_amd64.deb ...
Unpacking libpython3.5-minimal:amd64 (3.5.3-1) ...
Selecting previously unselected package python3.5-minimal.
Preparing to unpack .../2-python3.5-minimal_3.5.3-1_amd64.deb ...
Unpacking python3.5-minimal (3.5.3-1) ...
Selecting previously unselected package python3-minimal.
Preparing to unpack .../3-python3-minimal_3.5.3-1_amd64.deb ...
Unpacking python3-minimal (3.5.3-1) ...
Selecting previously unselected package libmpdec2:amd64.
Preparing to unpack .../4-libmpdec2_2.4.2-1_amd64.deb ...
Unpacking libmpdec2:amd64 (2.4.2-1) ...
Selecting previously unselected package libpython3.5-stdlib:amd64.
Preparing to unpack .../5-libpython3.5-stdlib_3.5.3-1_amd64.deb ...
Unpacking libpython3.5-stdlib:amd64 (3.5.3-1) ...
Selecting previously unselected package python3.5.
Preparing to unpack .../6-python3.5_3.5.3-1_amd64.deb ...
Unpacking python3.5 (3.5.3-1) ...
Selecting previously unselected package libpython3-stdlib:amd64.
Preparing to unpack .../7-libpython3-stdlib_3.5.3-1_amd64.deb ...
Unpacking libpython3-stdlib:amd64 (3.5.3-1) ...
Selecting previously unselected package dh-python.
Preparing to unpack .../8-dh-python_2.20170125_all.deb ...
Unpacking dh-python (2.20170125) ...
Setting up libpython3.5-minimal:amd64 (3.5.3-1) ...
Setting up python3.5-minimal (3.5.3-1) ...
Setting up python3-minimal (3.5.3-1) ...
Selecting previously unselected package python3.
(Reading database ... 9338 files and directories currently installed.)
Preparing to unpack .../00-python3_3.5.3-1_amd64.deb ...
Unpacking python3 (3.5.3-1) ...
Selecting previously unselected package augeas-lenses.
Preparing to unpack .../01-augeas-lenses_1.8.0-1_all.deb ...
Unpacking augeas-lenses (1.8.0-1) ...
Selecting previously unselected package binutils.
Preparing to unpack .../02-binutils_2.28-5_amd64.deb ...
Unpacking binutils (2.28-5) ...
Selecting previously unselected package libisl15:amd64.
Preparing to unpack .../03-libisl15_0.18-1_amd64.deb ...
Unpacking libisl15:amd64 (0.18-1) ...
Selecting previously unselected package libmpfr4:amd64.
Preparing to unpack .../04-libmpfr4_3.1.5-1_amd64.deb ...
Unpacking libmpfr4:amd64 (3.1.5-1) ...
Selecting previously unselected package libmpc3:amd64.
Preparing to unpack .../05-libmpc3_1.0.3-1+b2_amd64.deb ...
Unpacking libmpc3:amd64 (1.0.3-1+b2) ...
Selecting previously unselected package cpp-6.
Preparing to unpack .../06-cpp-6_6.3.0-18_amd64.deb ...
Unpacking cpp-6 (6.3.0-18) ...
Selecting previously unselected package cpp.
Preparing to unpack .../07-cpp_4%3a6.3.0-4_amd64.deb ...
Unpacking cpp (4:6.3.0-4) ...
Selecting previously unselected package libcc1-0:amd64.
Preparing to unpack .../08-libcc1-0_6.3.0-18_amd64.deb ...
Unpacking libcc1-0:amd64 (6.3.0-18) ...
Selecting previously unselected package libgomp1:amd64.
Preparing to unpack .../09-libgomp1_6.3.0-18_amd64.deb ...
Unpacking libgomp1:amd64 (6.3.0-18) ...
Selecting previously unselected package libitm1:amd64.
Preparing to unpack .../10-libitm1_6.3.0-18_amd64.deb ...
Unpacking libitm1:amd64 (6.3.0-18) ...
Selecting previously unselected package libatomic1:amd64.
Preparing to unpack .../11-libatomic1_6.3.0-18_amd64.deb ...
Unpacking libatomic1:amd64 (6.3.0-18) ...
Selecting previously unselected package libasan3:amd64.
Preparing to unpack .../12-libasan3_6.3.0-18_amd64.deb ...
Unpacking libasan3:amd64 (6.3.0-18) ...
Selecting previously unselected package liblsan0:amd64.
Preparing to unpack .../13-liblsan0_6.3.0-18_amd64.deb ...
Unpacking liblsan0:amd64 (6.3.0-18) ...
Selecting previously unselected package libtsan0:amd64.
Preparing to unpack .../14-libtsan0_6.3.0-18_amd64.deb ...
Unpacking libtsan0:amd64 (6.3.0-18) ...
Selecting previously unselected package libubsan0:amd64.
Preparing to unpack .../15-libubsan0_6.3.0-18_amd64.deb ...
Unpacking libubsan0:amd64 (6.3.0-18) ...
Selecting previously unselected package libcilkrts5:amd64.
Preparing to unpack .../16-libcilkrts5_6.3.0-18_amd64.deb ...
Unpacking libcilkrts5:amd64 (6.3.0-18) ...
Selecting previously unselected package libmpx2:amd64.
Preparing to unpack .../17-libmpx2_6.3.0-18_amd64.deb ...
Unpacking libmpx2:amd64 (6.3.0-18) ...
Selecting previously unselected package libquadmath0:amd64.
Preparing to unpack .../18-libquadmath0_6.3.0-18_amd64.deb ...
Unpacking libquadmath0:amd64 (6.3.0-18) ...
Selecting previously unselected package libgcc-6-dev:amd64.
Preparing to unpack .../19-libgcc-6-dev_6.3.0-18_amd64.deb ...
Unpacking libgcc-6-dev:amd64 (6.3.0-18) ...
Selecting previously unselected package gcc-6.
Preparing to unpack .../20-gcc-6_6.3.0-18_amd64.deb ...
Unpacking gcc-6 (6.3.0-18) ...
Selecting previously unselected package gcc.
Preparing to unpack .../21-gcc_4%3a6.3.0-4_amd64.deb ...
Unpacking gcc (4:6.3.0-4) ...
Selecting previously unselected package libaugeas0.
Preparing to unpack .../22-libaugeas0_1.8.0-1_amd64.deb ...
Unpacking libaugeas0 (1.8.0-1) ...
Selecting previously unselected package libc-dev-bin.
Preparing to unpack .../23-libc-dev-bin_2.24-11+deb9u1_amd64.deb ...
Unpacking libc-dev-bin (2.24-11+deb9u1) ...
Selecting previously unselected package linux-libc-dev:amd64.
Preparing to unpack .../24-linux-libc-dev_4.9.30-2+deb9u3_amd64.deb ...
Unpacking linux-libc-dev:amd64 (4.9.30-2+deb9u3) ...
Selecting previously unselected package libc6-dev:amd64.
Preparing to unpack .../25-libc6-dev_2.24-11+deb9u1_amd64.deb ...
Unpacking libc6-dev:amd64 (2.24-11+deb9u1) ...
Selecting previously unselected package libexpat1-dev:amd64.
Preparing to unpack .../26-libexpat1-dev_2.2.0-2+deb9u1_amd64.deb ...
Unpacking libexpat1-dev:amd64 (2.2.0-2+deb9u1) ...
Selecting previously unselected package libffi-dev:amd64.
Preparing to unpack .../27-libffi-dev_3.2.1-6_amd64.deb ...
Unpacking libffi-dev:amd64 (3.2.1-6) ...
Selecting previously unselected package libpython2.7:amd64.
Preparing to unpack .../28-libpython2.7_2.7.13-2_amd64.deb ...
Unpacking libpython2.7:amd64 (2.7.13-2) ...
Selecting previously unselected package libpython2.7-dev:amd64.
Preparing to unpack .../29-libpython2.7-dev_2.7.13-2_amd64.deb ...
Unpacking libpython2.7-dev:amd64 (2.7.13-2) ...
Selecting previously unselected package libpython-dev:amd64.
Preparing to unpack .../30-libpython-dev_2.7.13-2_amd64.deb ...
Unpacking libpython-dev:amd64 (2.7.13-2) ...
Selecting previously unselected package libssl-dev:amd64.
Preparing to unpack .../31-libssl-dev_1.1.0f-3_amd64.deb ...
Unpacking libssl-dev:amd64 (1.1.0f-3) ...
Selecting previously unselected package python2.7-dev.
Preparing to unpack .../32-python2.7-dev_2.7.13-2_amd64.deb ...
Unpacking python2.7-dev (2.7.13-2) ...
Selecting previously unselected package python-dev.
Preparing to unpack .../33-python-dev_2.7.13-2_amd64.deb ...
Unpacking python-dev (2.7.13-2) ...
Selecting previously unselected package python-pip-whl.
Preparing to unpack .../34-python-pip-whl_9.0.1-2_all.deb ...
Unpacking python-pip-whl (9.0.1-2) ...
Selecting previously unselected package python-pkg-resources.
Preparing to unpack .../35-python-pkg-resources_33.1.1-1_all.deb ...
Unpacking python-pkg-resources (33.1.1-1) ...
Selecting previously unselected package python-virtualenv.
Preparing to unpack .../36-python-virtualenv_15.1.0+ds-1_all.deb ...
Unpacking python-virtualenv (15.1.0+ds-1) ...
Selecting previously unselected package python3-pkg-resources.
Preparing to unpack .../37-python3-pkg-resources_33.1.1-1_all.deb ...
Unpacking python3-pkg-resources (33.1.1-1) ...
Selecting previously unselected package python3-virtualenv.
Preparing to unpack .../38-python3-virtualenv_15.1.0+ds-1_all.deb ...
Unpacking python3-virtualenv (15.1.0+ds-1) ...
Selecting previously unselected package virtualenv.
Preparing to unpack .../39-virtualenv_15.1.0+ds-1_all.deb ...
Unpacking virtualenv (15.1.0+ds-1) ...
Setting up libquadmath0:amd64 (6.3.0-18) ...
Setting up libgomp1:amd64 (6.3.0-18) ...
Setting up libatomic1:amd64 (6.3.0-18) ...
Setting up python-pip-whl (9.0.1-2) ...
Setting up readline-common (7.0-3) ...
Setting up libcc1-0:amd64 (6.3.0-18) ...
Setting up libasan3:amd64 (6.3.0-18) ...
Setting up mime-support (3.60) ...
Setting up libcilkrts5:amd64 (6.3.0-18) ...
Setting up libreadline7:amd64 (7.0-3) ...
Setting up libubsan0:amd64 (6.3.0-18) ...
Setting up libtsan0:amd64 (6.3.0-18) ...
Setting up libssl-dev:amd64 (1.1.0f-3) ...
Setting up linux-libc-dev:amd64 (4.9.30-2+deb9u3) ...
Setting up libffi-dev:amd64 (3.2.1-6) ...
Setting up liblsan0:amd64 (6.3.0-18) ...
Setting up libmpx2:amd64 (6.3.0-18) ...
Setting up libisl15:amd64 (0.18-1) ...
Processing triggers for libc-bin (2.24-11+deb9u1) ...
Setting up augeas-lenses (1.8.0-1) ...
Setting up libsqlite3-0:amd64 (3.16.2-5) ...
Setting up libmpfr4:amd64 (3.1.5-1) ...
Setting up libmpc3:amd64 (1.0.3-1+b2) ...
Setting up binutils (2.28-5) ...
Setting up cpp-6 (6.3.0-18) ...
Setting up libc-dev-bin (2.24-11+deb9u1) ...
Setting up libc6-dev:amd64 (2.24-11+deb9u1) ...
Setting up libitm1:amd64 (6.3.0-18) ...
Setting up libpython2.7-stdlib:amd64 (2.7.13-2) ...
Setting up libmpdec2:amd64 (2.4.2-1) ...
Setting up cpp (4:6.3.0-4) ...
Setting up libgcc-6-dev:amd64 (6.3.0-18) ...
Setting up libpython3.5-stdlib:amd64 (3.5.3-1) ...
Setting up libaugeas0 (1.8.0-1) ...
Setting up python2.7 (2.7.13-2) ...
Setting up gcc-6 (6.3.0-18) ...
Setting up libpython-stdlib:amd64 (2.7.13-2) ...
Setting up libpython2.7:amd64 (2.7.13-2) ...
Setting up libexpat1-dev:amd64 (2.2.0-2+deb9u1) ...
Setting up libpython2.7-dev:amd64 (2.7.13-2) ...
Setting up python2.7-dev (2.7.13-2) ...
Setting up python (2.7.13-2) ...
Setting up python3.5 (3.5.3-1) ...
Setting up libpython3-stdlib:amd64 (3.5.3-1) ...
Setting up libpython-dev:amd64 (2.7.13-2) ...
Setting up python-dev (2.7.13-2) ...
Setting up gcc (4:6.3.0-4) ...
Setting up python-pkg-resources (33.1.1-1) ...
Setting up python-virtualenv (15.1.0+ds-1) ...
Setting up python3 (3.5.3-1) ...
running python rtupdate hooks for python3.5...
running python post-rtupdate hooks for python3.5...
Setting up python3-pkg-resources (33.1.1-1) ...
Setting up python3-virtualenv (15.1.0+ds-1) ...
Setting up dh-python (2.20170125) ...
Setting up virtualenv (15.1.0+ds-1) ...
Processing triggers for libc-bin (2.24-11+deb9u1) ...
Creating virtual environment...
Installing Python packages...
Installation succeeded.
usage:
certbot-auto [SUBCOMMAND] [options] [-d DOMAIN] [-d DOMAIN] ...
Certbot can obtain and install HTTPS/TLS/SSL certificates. By default,
it will attempt to use a webserver both for obtaining and installing the
certificate.
certbot: error: unrecognized arguments: --dns-nsone-credentials nsone.ini --dns-nsone-propagation-seconds 60
schoen
August 20, 2017, 6:44pm
7
This is an issue about the dns-nsone plugin, addressed in other threads that you’ve started on this forum.
system
Closed
September 19, 2017, 6:44pm
8
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.