How to update your SSL certificates in WACS so they are exportable. Allowing for the certs to move to other machines.
I've run into this issue a few times over the years.
Download the most recent version of
WACS.«
Unzip the file, and edit the following file.
settings.jsonGo to line: 108
"PrivateKeyExportable": false,change this to true
"PrivateKeyExportable": true,Save the file.
Open Command Prompt (CMD)
Navigate into the folder where you have it stored. I use my G drive.
C:\Windows\system32>G:G:\>cd SSLG:\SSL>wacs.exe Once the program runs, choose
A: Manage renewals.
Next choose.
T: Run the renewal (force, no cache)
Once this is complete, you should be able to export your certificate.
Follow the steps in the next Article to Export, Copy to the network server, import, and then update IIS.
PowerShell - Export SSL Certificate, Copy to other Network machines, Import SSL Certificate on each machine«