For IIS I needed the .pfx file which is a bundle of certs and private key in one file with a password attached.
I used the digit cert tool.
Downloaded cert files from CA vendor
Imported files into digi cert tool
Ran test key
Exported as .pfx including the private key
Moved .pfx file to the IIS server
Double click to import
enter password
Mark as exportable in case we need to export in the future
Open IIS
Expand sites
Default Web site
On the right -> Edit site -> Bindings
Add
https
Fill in hostname: sub.domain.com
In bottom section select the cert, we should see the cert that has been imported.
You may need to restart IIS
No comments:
Post a Comment