server { listen 7002 ssl; server_name crossroadscambodia.org; ssl_certificate /opt/https-httpd/fullchain.pem; ssl_certificate_key /opt/https-httpd/privkey.pem ...
Talking about web servers, what comes to mind for most of us is Apache. Okay, that's right, because Apache is one of the most popular web servers in the world and is widely used by many websites in ...
HTTPS, or Hypertext Transfer Protocol Secure, is a protocol that encrypts data between a web server and a web client. Once you have enabled SSL/TLS on Nginx, it is important to ensure that all traffic ...
If you’re running self-hosted services at home or in a homelab, chances are your setup started simple… and then slowly turned into chaos. Good luck remembering what does what. And SSL certificates?
Docker: You will need Docker installed for going through this short article. Installation instructions can be found here: https://docs.docker.com/install/ Text Editor ...