I have see that it is possible to use the cryptoapicert directive to replace the cert and key directives, where the thumbprint or subject of the certificate can be specified to bring in the cert. I.e.:
Code: Select all
--cryptoapicert "THUMB:f6 49 24 41 01 b4 ..."
E.g.
Code: Select all
--ca "THUMB:f2 44 15 62 11 c8 ..."
rather than
Code: Select all
--ca c:\path\to\ca.crt
Thanks in advance.
Moses