Question: Part 1 ( Setup your own secured webserver ) ( 5 Points ) You can choose any operating system like Windows, macOS, or a Linux
Part Setup your own secured webserver Points
You can choose any operating system like Windows, macOS, or a Linux distribution eg Ubuntu The choice might depend on the student's familiarity with the OS or specific learning objectives.
Objective Set Up a Web Server:
On Windows, this could involve installing and configuring software like IIS Internet Information Services or XAMPP which includes Apache
Linux, Apache, or Nginx are popular choices.
Objective Host a Simple web page:
You need to create a basic HTML webpage. Single page does the trick
Objective Create a SelfSigned SSL Certificate:
You can use tools like OpenSSL to create a selfsigned certificate. This process involves generating a private key and a certificate signing request CSR and then using the CSR to create the SSL certificate.
The selfsigned certificate is then configured on the webserver to enable HTTPS for the webpage you managed to create.
Objective Testing:
After setting up the server and hosting the webpage, you should test the website by accessing it through a web browser using HTTP and HTTPS To solve this question i need step by step explanation of every step being done to solve this question with pictures screenshots of whats happening as evidence
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
