install_letsencypt_certbot_tool_ubuntu_server_22_04
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
install_letsencypt_certbot_tool_ubuntu_server_22_04 [2023/06/21 21:34] โ wikiadmin | install_letsencypt_certbot_tool_ubuntu_server_22_04 [2023/06/21 21:51] (current) โ wikiadmin | ||
---|---|---|---|
Line 14: | Line 14: | ||
Type ' | Type ' | ||
+ | |||
+ | The installation will look like this: | ||
+ | |||
+ | < | ||
+ | Reading package lists... Done | ||
+ | Building dependency tree... Done | ||
+ | Reading state information... Done | ||
+ | The following additional packages will be installed: | ||
+ | python3-acme python3-certbot python3-configargparse python3-icu python3-josepy python3-parsedatetime | ||
+ | python3-requests-toolbelt python3-rfc3339 python3-zope.component python3-zope.event python3-zope.hookable | ||
+ | Suggested packages: | ||
+ | python-certbot-doc python3-certbot-apache python3-certbot-nginx python-acme-doc | ||
+ | The following NEW packages will be installed: | ||
+ | certbot python3-acme python3-certbot python3-configargparse python3-icu python3-josepy python3-parsedatetime | ||
+ | python3-requests-toolbelt python3-rfc3339 python3-zope.component python3-zope.event python3-zope.hookable | ||
+ | 0 upgraded, 12 newly installed, 0 to remove and 0 not upgraded. | ||
+ | Need to get 958 kB of archives. | ||
+ | After this operation, 4,915 kB of additional disk space will be used. | ||
+ | Do you want to continue? [Y/n] Y | ||
+ | Get:1 http:// | ||
+ | Get:2 http:// | ||
+ | Get:3 http:// | ||
+ | Get:4 http:// | ||
+ | Get:5 http:// | ||
+ | Get:6 http:// | ||
+ | Get:7 http:// | ||
+ | Get:8 http:// | ||
+ | Get:9 http:// | ||
+ | Get:10 http:// | ||
+ | Get:11 http:// | ||
+ | Get:12 http:// | ||
+ | Fetched 958 kB in 1s (1,338 kB/s) | ||
+ | Preconfiguring packages ... | ||
+ | Selecting previously unselected package python3-josepy. | ||
+ | (Reading database ... 82993 files and directories currently installed.) | ||
+ | Preparing to unpack .../ | ||
+ | Unpacking python3-josepy (1.10.0-1) ... | ||
+ | Selecting previously unselected package python3-requests-toolbelt. | ||
+ | Preparing to unpack .../ | ||
+ | Unpacking python3-requests-toolbelt (0.9.1-1) ... | ||
+ | Selecting previously unselected package python3-rfc3339. | ||
+ | Preparing to unpack .../ | ||
+ | Unpacking python3-rfc3339 (1.1-3) ... | ||
+ | Selecting previously unselected package python3-acme. | ||
+ | Preparing to unpack .../ | ||
+ | Unpacking python3-acme (1.21.0-1ubuntu0.1) ... | ||
+ | Selecting previously unselected package python3-configargparse. | ||
+ | Preparing to unpack .../ | ||
+ | Unpacking python3-configargparse (1.5.3-1) ... | ||
+ | Selecting previously unselected package python3-parsedatetime. | ||
+ | Preparing to unpack .../ | ||
+ | Unpacking python3-parsedatetime (2.6-2) ... | ||
+ | Selecting previously unselected package python3-zope.hookable. | ||
+ | Preparing to unpack .../ | ||
+ | Unpacking python3-zope.hookable (5.1.0-1build1) ... | ||
+ | Selecting previously unselected package python3-zope.event. | ||
+ | Preparing to unpack .../ | ||
+ | Unpacking python3-zope.event (4.4-3) ... | ||
+ | Selecting previously unselected package python3-zope.component. | ||
+ | Preparing to unpack .../ | ||
+ | Unpacking python3-zope.component (4.3.0-3) ... | ||
+ | Selecting previously unselected package python3-certbot. | ||
+ | Preparing to unpack .../ | ||
+ | Unpacking python3-certbot (1.21.0-1build1) ... | ||
+ | Selecting previously unselected package python3-icu. | ||
+ | Preparing to unpack .../ | ||
+ | Unpacking python3-icu (2.8.1-0ubuntu2) ... | ||
+ | Selecting previously unselected package certbot. | ||
+ | Preparing to unpack .../ | ||
+ | Unpacking certbot (1.21.0-1build1) ... | ||
+ | Setting up python3-configargparse (1.5.3-1) ... | ||
+ | Setting up python3-requests-toolbelt (0.9.1-1) ... | ||
+ | Setting up python3-parsedatetime (2.6-2) ... | ||
+ | Setting up python3-icu (2.8.1-0ubuntu2) ... | ||
+ | Setting up python3-zope.event (4.4-3) ... | ||
+ | Setting up python3-zope.hookable (5.1.0-1build1) ... | ||
+ | Setting up python3-josepy (1.10.0-1) ... | ||
+ | Setting up python3-rfc3339 (1.1-3) ... | ||
+ | Setting up python3-zope.component (4.3.0-3) ... | ||
+ | Setting up python3-acme (1.21.0-1ubuntu0.1) ... | ||
+ | Setting up python3-certbot (1.21.0-1build1) ... | ||
+ | Setting up certbot (1.21.0-1build1) ... | ||
+ | Created symlink / | ||
+ | Processing triggers for man-db (2.10.2-1) ... | ||
+ | Scanning processes... | ||
+ | Scanning processor microcode... | ||
+ | Scanning linux images... | ||
+ | |||
+ | Running kernel seems to be up-to-date. | ||
+ | |||
+ | The processor microcode seems to be up-to-date. | ||
+ | |||
+ | No services need to be restarted. | ||
+ | |||
+ | No containers need to be restarted. | ||
+ | |||
+ | No user sessions are running outdated binaries. | ||
+ | |||
+ | No VM guests are running outdated hypervisor (qemu) binaries on this host. | ||
+ | </ | ||
+ | |||
After the installation is complete, create a new directory for letsencrypt authorization using the following commands. | After the installation is complete, create a new directory for letsencrypt authorization using the following commands. | ||
Line 23: | Line 124: | ||
</ | </ | ||
+ | Before requesting a certificate from LetsEncrypt, | ||
+ | Go To: [[setup_apache2_virtual_host_domain_running_nextcloud_27|Setup Apache2 Virtual Host for your Domain]] | ||
+ |
install_letsencypt_certbot_tool_ubuntu_server_22_04.1687383241.txt.gz ยท Last modified: 2023/06/21 21:34 by wikiadmin