Wednesday, October 27, 2021
In this post we are going to set up our website to serve up https traffic so that our traffic can be encrypted. In this post the first part of the series we are going to request a certificate from the Certificate Manager in AWS.
1. The first thing we need to do is create a certificate, In the AWS search field search for Certificate Manager then click on the drop down auto complete choice.
2. Click on "Get started" under "Provision certificates"
3. Select "Request a public certificate" then click on "Request certificate" button
3. Type in your domain name, then click "Next"
4. On the next page click on "DNS validation", if your click "Email Validation" AWS will try to send emails to your @domainname, which you will never get if you don't have Email setup for your domain, then click "Next", then click "Review" on the next page
5. Review the information make sure it's correct, then click on the "Confirm and request" button
6. On the next page it would say that validation is pending, if you created your domain using Route 53 then you can click on the "Create record in Route 53" button, else click on "Export DNS configuration to a file"
6. A pop-up window will come up click on the "Create" button
7. You will see a "Success" message when you are finished, and your certificate is no longer in pending stage.
8. Repeat the steps and create another certificate for investing.yourdomain name. Mine is investing.acmebanking.com. When completed you should have the following certificates
Subscribe to:
Post Comments (Atom)
Search This Blog
Tags
Web Development
Linux
Javascript
DATA
CentOS
ASPNET
SQL Server
Cloud Computing
ASP.NET Core
ASP.NET MVC
SQL
Virtualization
AWS
Database
ADO.NET
AngularJS
C#
CSS
EC2
Iaas
System Administrator
Azure
Computer Programming
JQuery
Coding
ASP.NET MVC 5
Entity Framework Core
Web Design
Infrastructure
Networking
Visual Studio
Errors
T-SQL
Ubuntu
Stored Procedures
ACME Bank
Bootstrap
Computer Networking
Entity Framework
Load Balancer
MongoDB
NoSQL
Node.js
Oracle
VirtualBox
Container
Docker
Fedora
Java
Source Control
git
ExpressJS
MySQL
NuGet
Blogger
Blogging
Bower.js
Data Science
JSON
JavaEE
Web Api
DBMS
DevOps
HTML5
MVC
SPA
Storage
github
AJAX
Big Data
Design Pattern
Eclipse IDE
Elastic IP
GIMP
Graphics Design
Heroku
Linux Mint
Postman
R
SSL
Security
Visual Studio Code
ASP.NET MVC 4
CLI
Linux Commands
Powershell
Python
Server
Software Development
Subnets
Telerik
VPC
Windows Server 2016
angular-seed
font-awesome
log4net
servlets
tomcat
AWS CloudWatch
Active Directory
Angular
Blockchain
Collections
Compatibility
Cryptocurrency
DIgital Life
DNS
Downloads
Google Blogger
Google Chrome
Google Fonts
Hadoop
IAM
KnockoutJS
LINQ
Linux Performance
Logging
Mobile-First
Open Source
Prototype
R Programming
Responsive
Route 53
S3
SELinux
Software
Unix
View
Web Forms
WildFly
XML
cshtml
githu
Pageviews last month
Follow @techjunkiejh
Translate
PC Gaming from AmazonPhones From AmazonVideo Games From Amazon Amazon Daily Deals Amazon Basics (private brand) Refurbished Deals From AmazonPopular Topics
Web Development
(116)
Linux
(99)
Javascript
(94)
DATA
(69)
CentOS
(56)
ASPNET
(52)
SQL Server
(50)
Cloud Computing
(44)
ASP.NET Core
(43)
ASP.NET MVC
(33)
SQL
(33)
Virtualization
(31)
AWS
(26)
Database
(23)
ADO.NET
(21)
AngularJS
(20)
C#
(20)
CSS
(20)
EC2
(20)
Iaas
(20)
System Administrator
(20)
Azure
(18)
Computer Programming
(18)
JQuery
(18)
Coding
(16)
ASP.NET MVC 5
(15)
Entity Framework Core
(15)
Web Design
(15)
Infrastructure
(14)
Networking
(14)
Visual Studio
(14)
Errors
(12)
T-SQL
(12)
Ubuntu
(12)
Stored Procedures
(11)
ACME Bank
(9)
Bootstrap
(9)
Computer Networking
(9)
Entity Framework
(9)
Load Balancer
(9)
MongoDB
(9)
NoSQL
(9)
Node.js
(9)
Oracle
(9)
VirtualBox
(8)
Container
(7)
Docker
(7)
Fedora
(7)
Java
(7)
Source Control
(7)
git
(7)
ExpressJS
(6)
MySQL
(6)
NuGet
(6)
Blogger
(5)
Blogging
(5)
Bower.js
(5)
Data Science
(5)
JSON
(5)
JavaEE
(5)
Web Api
(5)
DBMS
(4)
DevOps
(4)
HTML5
(4)
MVC
(4)
SPA
(4)
Storage
(4)
github
(4)
AJAX
(3)
Big Data
(3)
Design Pattern
(3)
Eclipse IDE
(3)
Elastic IP
(3)
GIMP
(3)
Graphics Design
(3)
Heroku
(3)
Linux Mint
(3)
Postman
(3)
R
(3)
SSL
(3)
Security
(3)
Visual Studio Code
(3)
ASP.NET MVC 4
(2)
CLI
(2)
Linux Commands
(2)
Powershell
(2)
Python
(2)
Server
(2)
Software Development
(2)
Subnets
(2)
Telerik
(2)
VPC
(2)
Windows Server 2016
(2)
angular-seed
(2)
font-awesome
(2)
log4net
(2)
servlets
(2)
tomcat
(2)
AWS CloudWatch
(1)
Active Directory
(1)
Angular
(1)
Blockchain
(1)
Collections
(1)
Compatibility
(1)
Cryptocurrency
(1)
DIgital Life
(1)
DNS
(1)
Downloads
(1)
Google Blogger
(1)
Google Chrome
(1)
Google Fonts
(1)
Hadoop
(1)
IAM
(1)
KnockoutJS
(1)
LINQ
(1)
Linux Performance
(1)
Logging
(1)
Mobile-First
(1)
Open Source
(1)
Prototype
(1)
R Programming
(1)
Responsive
(1)
Route 53
(1)
S3
(1)
SELinux
(1)
Software
(1)
Unix
(1)
View
(1)
Web Forms
(1)
WildFly
(1)
XML
(1)
cshtml
(1)
githu
(1)
Popular Posts
-
Now that we have most of our static contents taken care of for our application, meaning we did everything we could without a database. It...
-
As I have mentioned before ASP.NET Core decouples the application from the infrastructure as much as possible. Therefore, you have to tell ...
-
In this blog I am going to show you how to install the Hortonworks Hadoop virtual machine on your local machine using Oracle's VirtualB...
-
Older versions of IE have problems supporting the newer JavaScript libraries and HTML5 tags. In the previous blog we've created respons...
-
In our previous blog we've added a _ViewStart.cshtml layout to our project, which is the default layout for our pages if no layout is sp...
-
In this post I am going to go over how to install Python on a Windows machine Here are the steps to install Python 1. Type in the URL ...
-
A lot of people think that you can only create one kind of ASP.NET MVC project, the one with the sample application. But the reality is th...
-
In the previous blog post we created an Azure cloud service. Now we are going to create a private virtual Azure network. The importance o...
-
A JavaScript class is different than classes in other languages like C# or Java. A class in JavaScript means that the objects inherit prope...
-
1. Type in the following URL into your browser's address bar AdventureWorks Database Download 2. Click on the "Download...
Blog Archive
-
▼
2021
(162)
-
▼
October
(21)
- JavaScript Basics : Global Scope VS. Local Scope A...
- JavaScript Objects Deep Dive : Flexibility of Arra...
- Iaas With AWS: Setup SSL/TLS With Application Load...
- git & github : Merge Branch Into Master Branch
- JavaScript Objects Deep Dive : Setting And Getting...
- JavaScript Basics: Global Objects
- JavaScript Objects Deep Dive: Preventing Errors W...
- Iaas With AWS: Setup Auto Scaling With Application...
- git & github: Create A New Branch
- JavaScript Objects Deep Dive: Deleting Object Prop...
- Docker : Adding Non Root Users To The Docker Group...
- JavaScript Objects Deep Dive: Object Property Se...
- Iaas With AWS: Create An Application Load Balancer...
- git & github: Sync Your Local Repository With A gi...
- Bootstrap 4: Grid System Cheat Sheet
- Docker : Command to See What Containers Are Running
- JavaScript Basics : The while loop
- Iaas With AWS: Create An Application Load Balancer...
- git & github: Create a Local NorthwindCafe git Rep...
- JavaScript Basics : do/while Loop
- Docker : Pull The Latest CentOS Image Into A Ubunt...
-
▼
October
(21)
Wow, impressive!!! Amazing post, I found a lot of interesting information here. I really appreciate your article. Going to read more new posts.
ReplyDeletePlay at a leading online casino in India and grab exciting rewards. ComeOn Casino offers amazing slots, table games, and live dealer casino. Read complete ComeOn Casino review and dive into it.
good article
ReplyDeleteHome Tutor in rawalpindi
great to see clear image with formation .
ReplyDeleteTop Custom Software Development Company in Chandigarh
Really useful points that you have mentioned, thanks so much for submitting... Technology Product Reviews
ReplyDeleteThis comment has been removed by the author.
ReplyDeleteThis comment has been removed by the author.
ReplyDeleteLets have a look at a recent news item that is quite
ReplyDeleteentertainmentbee.com
themoviesbio.com
Thanks for sharing so much information, keep doing this amazing work it keeps helping me the most.
ReplyDeletebuy logo
so cool
ReplyDelete____
sàn gỗ
sàn gỗ công nghiệp
sàn nhựa
This is excelent post for digital marketer.https://tumanishvili.com/
ReplyDeleteThanks for the post.
ReplyDeleteVisit us on google Law Assignment Help
Visit us on google Law Assignment Help
Visit us on google Law Assignment Writing Service Uk
Visit us on google Law Assignment Writing Services
About us Law Essay Pros started by an Entrepreneur who was eager to learn “Law” as his father perusing as an Attorney in UK Justice Department.