Differences between revisions 13 and 14
Revision 13 as of 2019-08-11 15:37:50
Size: 1967
Editor: scot
Comment:
Revision 14 as of 2019-08-11 15:38:06
Size: 1950
Editor: scot
Comment:
Deletions are marked like this. Additions are marked like this.
Line 26: Line 26:
 * AD DS Server

Lab 07

Perform the following

  1. Install a AD Certificate server on CPTE230A.
    1. I used all defaults for my AD Certificate server as a Enterprise Root CA.
  2. Install IIS with an X.508 certificate for your default site on CPTE230B
    1. Install IIS 10
    2. With the Server selected in the navigation pane, double click the Server Certificates icon in the central details pane.
    3. Click on: Create a Certificate Request... in the action pane.
    4. Make sure to use your full hostname for the common name. E.g. I used "cpte230b.scot.anderson.internal"
    5. Copy the file CPTE230A.
    6. From a command prompt type: certreq -submit -attrib “CertificateTemplate:WebServer” “C:\...\cert.req” This will create a file containing you certificate to install.

    7. Copy the certificate file to your CPTE230B machine.
    8. Click on "Complete Certificate Request..."
    9. Select the certificate file you copied from CPTE230A
      1. Choose type as Web Hosting.
  3. Click on your default web site to bind the certificate to your website.
    1. Click on Bindings, and click on ADD
    2. Add a binding for https and select the certificate that you just imported.

Document the new services for each server on a new page named services I.e.

Services Installed:

CPTE230A (192.168.1.2)

  • AD Certificate Authority

CPTE 230B (192.168.1.3)

  • IIS (With SSL Certificate from AD Cert. Auth.)
  • Movies Web Application using Windows Authentication
    • Site requires SSL
    • Only MovieEditors can change or delete movies. Authenticated users can add or view movies.

Video Grade Guide

Topics

Points

Video shows the Certificate Server and certificates issued on CPTE230A

30

Video shows a complete use of the Movies website with both success and failures of edits using appropriate logins.

60

Video talks through the documentation

10

WindowsAdministration/Lab07WebServerInstall (last edited 2023-11-02 19:30:29 by scot)