Skip to content

Latest commit

 

History

History

0x10-https_ssl

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

HTTPS SSL

In this project, I learned about the importance of HTTPS and how it works. I configured my HolbertonBnB web servers with certbot certificate and HAproxy SSL termination.

Tasks 📃

  • 0. World wide web

    • 1-world_wide_web: Bash script that displays information about subdomains on my configured servers.
    • Usage: ./1-world_wide_web <domain> <subdomain>
    • Output: The subdomain [SUB_DOMAIN] is a [RECORD_TYPE] record and points to [DESTINATION]
    • If no subdomain parameter is passed, displays information about the subdomains www, lb-01, web-01 and web-02, in that order.
  • 2. HAproxy SSL termination

    • 2-haproxy_ssl_termination: HAproxy configuration file that accepts encrypted SSL traffic for the subdomain www. on TCP port 443.
  • 3. No loophole in your website traffic