Differences between revisions 5 and 19 (spanning 14 versions)
Revision 5 as of 2021-06-29 19:08:22
Size: 689
Comment:
Revision 19 as of 2025-12-19 21:44:29
Size: 892
Comment: Pruning dead links
Deletions are marked like this. Additions are marked like this.
Line 9: Line 9:
== SSL/TLS 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 27: Line 18:
== SSH Keys == == Libraries ==
Line 29: Line 20:
See [[SSH/Keys|here]] for the generation and use of SSH keys.

----
 * [[Encryption/OpenSSL|OpenSSL]]
 * [[Encryption/Libgcrypt|Libgcrypt]]
Line 35: Line 25:
== Virtual Private Networks == == Utilities ==
Line 37: Line 27:
 * [[Encryption/OpenVPN|OpenVPN]]  * [[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)