This project was on HTTPS SSL and TLS.
I learnt about what is HTTPS SSL 2 main roles, the purpose encrypting traffic and the meaning of SSL termination.
Each file contains the solution to a task in the project.
- 0-world_wide_web: A Bash script that prints information about a domain and it's subdomain(s).
- 1-haproxy_ssl_termination: Create a
certificateusing certbot and configureHAproxyto accept encrypted traffic for your subdomainwww.. - 100-redirect_http_to_https: Configure HAproxy to automatically redirect HTTP traffic to HTTPS.