Differences between revisions 7 and 18 (spanning 11 versions)
Revision 7 as of 2022-09-09 17:56:35
Size: 727
Comment:
Revision 18 as of 2023-06-29 14:34:16
Size: 964
Comment:
Deletions are marked like this. Additions are marked like this.
Line 9: Line 9:
== Certificates == == Protocols ==
Line 11: Line 11:
Software for generating certificates:

 * [[Encryption/Certbot|certbot]]
   * For administrative details on `certbot(1)` certificates, see [[Encryption/LetsEncrypt|Let's Encrypt]]
 * [[Encryption/OpenSSL|openssl]]

Instructions for installing a certificate will depend on the web server or reverse proxy. See:

 * [[HAProxy/SSL|HAProxy]]
 * [[NGINX/SSL|NGINX]]
 * [[Apache/SSL|Apache]]
 * [[Encryption/PGP|Pretty Good Privacy]]
 * [[Encryption/SSH|Secure Shell]]
 * [[Encryption/SSL|Secure Sockets Layer]]
 * [[Encryption/TLS|Transport Layer Security]]
Line 25: Line 18:
== Keys == == Libraries ==
Line 27: Line 20:
 * [[Encryption/SSH|SSH]]
 * [[Encryption/SSHKeys|SSH Keys]]
 * [[Encryption/GPG|GPG]]
 * [[Encryption/OpenSSL|OpenSSL]]
 * [[Encryption/Libgcrypt|Libgcrypt]]
 * [[Encryption/LibreSSL|LibreSSL]]
 * [[Encryption/Quictls|Quictls]]
Line 33: Line 27:
== Virtual Private Networks == == Utilities ==
Line 35: Line 29:
 * [[Encryption/OpenVPN|OpenVPN]]
 * [[Encryption/WireGuard|WireGuard]]
 * [[Encryption/Certbot|certbot]]
 * [[Encryption/GPG|gpg]]
 * [[Encryption/OpenSSH|openssh]]
 * [[Encryption/OpenSSL|openssl]]
 * [[Encryption/OpenVPN|openvpn]]
 * [[Encryption/SSHKeyGen|ssh-keygen]]
 * [[Encryption/WireGuard|wg]]



== SSL/TLS Certificates ==

To install a certificate for a server, see one of the below:

 * [[Apache/SSL|Apache]]
 * [[Dovecot#Encryption|Dovecot]]
 * [[HAProxy/SSL|HAProxy]]
 * [[Nginx/Encryption|Nginx]]
 * [[Postfix/Encryption|Postfix]]

Encryption (last edited 2025-12-19 21:44:29 by DominicRicottone)