There is no dedicated CLI command to do this, but you can easily achieve it by simply assigning the certificates' thumbprints in appsettings.json.
I hope this helps,
Hans
Thank you Hans!
This also explains another issue that I was having with the Secure Gateway module and certs.
D Griffin
There is no dedicated CLI command to do this, but you can easily achieve it by simply assigning the certificates' thumbprints in appsettings.json.
Note, that the Secure Gateway component requires the certificate key to be marked exportable as it is used to prove ownership of the corresponding private key to the client in order to verify the identity of the server.
I hope this helps,
Hans