In this video series I'm going to cover following topics,
1. Initiating and Terminating Windows Instance from AWS Cloud
a. Changing Hostname
b. Changing default Password of Administrator
2. Install and Configure IIS Web Server
3. Adding Website and Application Pool to IIS Web Server and browsing website locally
4. Adding DNS Entry for website
5. Allow http/s port 80/443 from AWS Security Group and browsing website from remote system
6. Generate SSL Certificate for the Website
a. Generate CSR file
b. Verify CSR file using CSR Decoder
c. Generate SSL using CSR from FreeSSL website
d. Verify SSL Certificate using SSL Decoder
e. Install SSL on Server
f. Add Binding to Website to apply SSL from IIS Server
g. Verify Website SSL
h. SSL Certificate-Key Matcher Tool
i. CSR-SSL Certificate Matcher Tool
7. Export SSL Certificate with Private-Key from Windows Server
8. Import SSL/.PFX Certificate with Private-Key to different Windows Server
9. How to Convert SSL certificates from one format to another format using web tool
10.Then How to Convert SSL certificates from one format to another format using OpenSSL