-
-
Notifications
You must be signed in to change notification settings - Fork 498
HTTPS
MichaIng edited this page May 18, 2019
·
3 revisions
HTTPS (Hypertext Transfer Protocol Secure) is an extension of the widely used HTTP protocol for network communication, especially used when accessing a website or web application via web browser.
It invokes the TLS/SSL protocol to encrypt communication and verify the identity of the webserver.
- Most well known webservers, available on Debian-based systems and offered by DietPi-Software, support HTTPS, e.g. Apache, Nginx and Lighttpd, and many other web applications do as well.
- If you do not already own a certificate by a trusted CA, DietPi provides the free of charge solution via Let's Encrypt, which is accepted as trusted CA by very most operating systems and browsers: dietpi-letsencrypt
- Very most web browsers and download tools offered by Debian-based systems support HTTPS, e.g. Firefox, Chromium, wget and curl.
- Debians APT (Advanced Package Tool) as well allows HTTPS/TLS encrypted package downloads, using the apt-transport-https package.
- DietPi aims to use HTTPS connections for downloads wherever available.
Project management
Extend
- DietPi-Software list
- DietPi TCP/UDP port usage list
- How to add a new software title
- How to create a DietPi image for Raspberry Pi
- How to create a DietPi image for VirtualBox
- How to create a DietPi image for VMware
- How to create a DietPi image for Parallels (macOS)
- How to create a DietPi image for x86_64 PCs (BIOS)
- How to create a DietPi image for x86_64 PCs (UEFI)
Knowledge Base