Generating a LetsEncrypt certificate - both Linux and Windows: Difference between revisions

Jump to navigation Jump to search
no edit summary
(Created page with "Installing SSL Certificate for Website on Linux & Windows -------------------------------------------------------- For Linux ------------- Connect to server Go to below pa...")
 
No edit summary
Line 38: Line 38:


Login to server using RDP
Login to server using RDP
Note – Stop the "World Wide Web" service first


Open command prompt as administrator
Open command prompt as administrator
Line 50: Line 52:


It will give you two options, select first option (Spin up temporary)
It will give you two options, select first option (Spin up temporary)
Note – Stop the IIS service first


Enter domain names and hit enter
Enter domain names and hit enter
Line 81: Line 81:


New window will open, browse the certificate path and select certificate
New window will open, browse the certificate path and select certificate
• Enter password – ap0yar


• Check the box ( Allow certificate )
• Check the box ( Allow certificate )
Line 97: Line 95:


Note – Default web is used to store settings/certificates
Note – Default web is used to store settings/certificates
Then go to Go to below path to add binding with command
• C:\Windows\System32\Inetsrv\
Run below command with editing appropriate information
appcmd set site /site.name:"MySite V2" /+bindings.[protocol='https',bindingInformation='*:443:sitev2.mysite.com']
For Ex. - appcmd set site /site.name:"devsupport" /+bindings.[protocol='https',bindingInformation='*:443:devsupportpod.apoyar.eu']
Then we can check for certificate in IIS and we can verify browsing website also.

Navigation menu