HTTPS out of the box with the Caddy secure web server
Content as Markdown
The Markdown [6] or AsciiDoc description languages provide additional options for content creation in Caddy. Caddy interprets Markdown natively.
You'll need to modify the configuration file to use Markdown with Caddy. Listing 8 contains the markdown
entry in lines 5 to 7, followed by a /
and a block in curly brackets. Caddy interprets the Markdown permission for the entire website. In line 6, you define which name extensions Caddy accepts, in this example, Markdown (.md
) and plain text (.txt
). Additionally, Caddy processes information about CSS and JavaScript, as well as individual templates [7].
Listing 8
Markdown and Plain Text
01 http:// { 02 root /opt/caddy/web/default 03 log /opt/caddy/logs/default.log 04 gzip 05 markdown / { 06 ext .md .txt 07 } 08 }
Conclusions
In our tests, Caddy was very fast and reliable, and its modular design makes it quite flexible and easy to configure. Setting up a secure web server has never been easier, and a massive benefit is the ability to serve up encrypted websites. We give Caddy five out of five stars.
TIP
If you are interested in a secure connection for other sites that you visit in everyday life, HTTPS Everywhere is worth a look: This free software, which was developed by the Electronic Frontier Foundation (EFF) and the Tor project, automatically switches from unsecure HTTP transmission to encrypted HTTPS transmission – even if you have accessed HTTP. A green padlock in the address line indicates the change to secure transmission. However, many websites also implement content from third parties that might not use HTTPS. HTTPS Everywhere is available for Mozilla Firefox [8] and Google Chrome [9].
Infos
- Caddy: https://caddyserver.com
- Let's Encrypt: https://letsencrypt.org
- HTTP/2: https://en.wikipedia.org/wiki/HTTP/2
- RFC 7540: https://tools.ietf.org/html/rfc7540
- "How to Host a Website with the Caddy Web Server on Linux": https://www.booleanworld.com/host-website-caddy-web-server-linux/
- Markdown: https://linuxhint.com/introduction-to-markdown/
- Markdown in Caddy: https://caddyserver.com/docs/markdown
- HTTPS Everywhere (Firefox): https://addons.mozilla.org/de/android/addon/https-everywhere/
- HTTPS Everywhere (Google Chrome): https://chrome.google.com/webstore/detail/https-everywhere/gcbommkclmclpchllfjekcdonpmejbdp
« Previous 1 2
Buy this article as PDF
(incl. VAT)
Buy Linux Magazine
Direct Download
Read full article as PDF:
Price $2.95
News
-
Another New Linux Laptop has Arrived
Slimbook has released a monster of a Linux gaming laptop.
-
Mozilla VPN Now Available for Linux
The promised subscription-based VPN service from Mozilla is now available for the Linux platform.
-
Wayland and New App Menu Coming to KDE
The 2021 roadmap for the KDE desktop environment includes some exciting features and improvements.
-
Deepin 20.1 has Arrived
Debian-based Deepin 20.1 has been released with some interesting new features.
-
CloudLinux Commits Over 1 Million Dollars to CentOS Replacement
An open source, drop-in replacement for CentOS is on its way.
-
Linux Mint 20.1 Beta has Been Released
The first beta of Linux Mint, Ulyssa, is now available for downloading.
-
Manjaro Linux 20.2 has Been Unleashed
The latest iteration of Manjaro Linux has been released with a few interesting new features.
-
Patreon Project Looks to Bring Linux to Apple Silicon
Developer Hector Martin has created a patreon page to fund his work on developing a port of Linux for Apple Silicon Macs.
-
A New Chrome OS-Like Ubuntu Remix is Now Available
Ubuntu Web looks to be your Chrome OS alternative.
-
System76 Refreshes the Galago Pro Laptop
Linux hardware maker has revamped one of their most popular laptops.