Categories
- Database (7)
- DNS (5)
- Encryption (8)
- Linux Administration (78)
- MacOSX (9)
- Mailserver (11)
- Monitoring (3)
- Multimedia (2)
- Photo (1)
- PHP (7)
- Rescue (4)
- Review (5)
- Security (37)
- Storage (1)
- Uncategorized (1)
- Version control system (16)
- Virtualisation (4)
- Web technologies (8)
- Wordpress (1)
Social Profiles
Facebook
Github
Twitter
Linkedin
Xing
Gravatar
Stackoverflow
Mastodon-
Category Archives: Encryption
Secure authentication and how it changed over time
For decades, users have authenticated on systems with usernames and passwords. This method of authentication has not changed since the beginning of the Internet. As the Internet became a more hostile place and threats emerged, password rules were introduced. Those … Continue reading
Setup WireGuard VPN on CentOS
WireGuard provides a modern VPN and is advertised as being much easier to install and configure than many other VPN services. Most of this simpler setup procedure comes from the fact that the cryptographic methods used are not as highly … Continue reading
Posted in Encryption, Linux Administration
Tagged vpn, wireguard
Comments Off on Setup WireGuard VPN on CentOS
Reverse proxy with exception for Let’s Encrypt
With many services running in their own container or with their own daemon, the use of reverse proxies is getting more common, and at the same time, the use of SSL/TLS has become a standard. Let’s Encrypt is a provider … Continue reading
Posted in Encryption, Web technologies
Tagged Apache, certificate, Let's Encrypt, proxy
Comments Off on Reverse proxy with exception for Let’s Encrypt
Check Certificate Chain of webserver
Changing the certificate of a webserver sometimes means also changing the intermediate certificate(s). After reloading the webserver, checking that the certificates are ok is important. Checking the webserver’s own certificate is not a problem, but checking the intermediate chain is … Continue reading
Posted in Encryption, Web technologies
Comments Off on Check Certificate Chain of webserver
Create GnuPG key with sub-keys to sign, encrypt, authenticate
In order to use a GnuPG key on a smartcard or Yubikey, a GnuPG key needs to be created. This post will show you how to create a GnuPG key with sub-keys for signing, encryption and authentication. The authentication key can … Continue reading
Posted in Encryption, Security
Tagged authentication, encryption, gnupg, gpg, pgp, signing, subkeys
Comments Off on Create GnuPG key with sub-keys to sign, encrypt, authenticate
Increase the size of a LUKS encrypted partition
Even encrypted discs or partitions sometimes need to have their size increased. A LUKS encrypted volume consists of different layers which all need to be resized. To resize an encrypted volume, multiple steps have to be performed to use the additional … Continue reading
Posted in Encryption, Linux Administration, Security
Tagged cryptsetup, encryption, luks, parted, partitioning, resize
Comments Off on Increase the size of a LUKS encrypted partition
Automount a luks encrypted volume on system start
Linux supports encrypted volumes with luks. When a luks encrypted volume is set up during installation to be booted from, the volume is already configured and set up. When an encrypted volume is set up afterwards, the volume remains locked until … Continue reading
Posted in Encryption, Linux Administration, Security
Tagged cryptsetup, crypttab, encryption, fstab, LinuxMint, luks, ubuntu
Comments Off on Automount a luks encrypted volume on system start
Create a luks encrypted partition on Linux Mint
Encryption is not only for someone who has something to hide. There are simple concerns like a lost or stolen laptop that justify a full disk encryption. There are only a few steps necessary to create a encrypted partition. In … Continue reading
Posted in Encryption, Linux Administration, Security
Tagged cryptsetup, encryption, luks
Comments Off on Create a luks encrypted partition on Linux Mint