Pre-requirement for being able to do this is to have a new wildcard certificate for Atomia applications in format *.PFX . It is necessary to update wildcard certificate on next machines:
- BCP
- HCP
- Admin
- Login
To update wildcard certificate follow next steps:
- Log into appropriate server
- In Windows search bar type "MMC"
- Choose "File" => "Add/Remove Snap-in"
- Choose "Certificates"
- Press "ADD"
- Choose "Computer account"
- Choose "Local computer"
- Press "OK"
- From Console Root choose Certificates => Personal => Certificates
- For wildcard certificate *.yourdomain.tld
- Right click on certificate
- Choose All Tasks
- Choose Export
- Click "Next"
- Choose "Yes, export the private key"
- Choose "Personal Information Exchange - PKCS #12 (.PFX)"
- Check "Include all certificates in the certification path if possible"
- Click "Next"
- Check "Group or user names"
- Click "Next"
- Choose where you want certificate to be saved and named it
- Click "Next" and then "Finish"
- After exporting you must delete old wildcard certificate
- To import new wildcard certificate
- Right click on Certificates => Personal
- Choose "All Tasks"
- Choose "Import"
- Click "Next".
- Choose new wildcard certificate, press "Next"
- Choose store where you want new certificate to be stored, press "Next"
- Press "Finish"
- In Windows search bar type "IIS Manager"
- To update certificates for site you need to do:
- Right click on site and choose "Edit bindings"
- Mark Hostname and click on "Edit"
- In SSL Certificate choose appropriate certificate
- Repeat steps for each site.
In case certificate is not in .PFX format but separate .cert and .key files, after you have imported certificate to MMC, follow the KB to match it to the key :