Reference ca.crt from Windows Certificate Store
Posted: Thu Apr 23, 2020 1:37 pm
Hello
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.:
I wonder, is it possible to do something similar to specify the Certificate Authority crt?
E.g.
rather than
Thanks in advance.
Moses
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