https://github.com/glenmiracle18/alu-webstack
alu-webstack and ssl-configuration for my dns
https://github.com/glenmiracle18/alu-webstack
Last synced: 2 months ago
JSON representation
alu-webstack and ssl-configuration for my dns
- Host: GitHub
- URL: https://github.com/glenmiracle18/alu-webstack
- Owner: glenmiracle18
- Created: 2023-11-30T21:50:23.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-03T21:52:22.000Z (over 1 year ago)
- Last Synced: 2025-02-02T02:31:33.779Z (4 months ago)
- Language: Shell
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Resources
Read or watch:
What is HTTPS?
What are the 2 main elements that SSL is providing
HAProxy SSL termination on Ubuntu16.04
SSL termination
Bash functionman or help:
awk
digLearning Objectives
At the end of this project, you are expected to be able to explain to anyone, without the help of Google:
GeneralWhat is HTTPS SSL 2 main roles
What is the purpose encrypting traffic
What SSL termination meansRequirements
GeneralAllowed editors: vi, vim, emacs
All your files will be interpreted on Ubuntu 16.04 LTS
All your files should end with a new line
A README.md file, at the root of the folder of the project, is mandatory
All your Bash script files must be executable
Your Bash script must pass Shellcheck (version 0.3.7) without any error
The first line of all your Bash scripts should be exactly #!/usr/bin/env bash
The second line of all your Bash scripts should be a comment explaining what is the script doing