The Brief
One of the requirements for a Progressive Web App (PWA) is the use of HTTPS for secure, encrypted communication over a computer network. The computer network most people are familiar with is the internet, but in the scenario for this blog post, it is the company’s Local Area Network (LAN). The PWA will only be accessed by users that are logged into the company domain/network.
Instead of a commercial web hosting service used for allowing access via the internet, the PWA is hosted on one of our internal Windows servers, acting as a web server using Internet Information Services (IIS). To allow use of the HTTPS protocol, a ceritficate validating the address of the app has to be obtained from a Certificate Authority.
Here are all of the steps taken to complete the process.
Adding the required Snap-ins
Creating the Custom Request
For the “Common name” property below, use the exact URL that will be used to access the PWA.
I mistakenly had used the fully qualified domain name, MySecureApp.CompanyDomain.local, for my app with a URL of https://MySecureApp . The Common name should have been set to MySecureApp.
Submitting a new request
The Certificate Information
Saving the Console for future use
Saving the current console settings of the Management Console means that in future, the console can be opened with all of the actions associated with creating a certificate in one place.