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.json
Copy
Search Site
Search Google

Go to line: 108
"PrivateKeyExportable": false,
Copy
Search Site
Search Google

change this to true
"PrivateKeyExportable": true,
Copy
Search Site
Search Google

Save the file.
Open Command Prompt (CMD)
Navigate into the folder where you have it stored. I use my G drive.
[wacs.exe]
CFFCS | CarrzSynEdit: | CMD (Windows Command Prompt) | L (Linux)
C:\Windows\system32>G:
G:\>cd SSL
G:\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.
Other Articles Related to this Entry.