Is there a way to use appcmd, MMC or perhaps some other tool to export all IIS SSL certificates and then import them in on another server? I've used appcmd to export the bindings and the application pools, but that's it.
Specifically IIS 8 to IIS 10.
Thanks in advance.
Using MMC certmgr you can select all the certs you want and then right-click and Export. This exports all into a single pfx. You can then import using MMC onto a new machine.
However, IIS will not know about them and you will have to select each on in the bindings. This is where I have come unstuck....