We are using a GlobalSign EV code signing certificate to code sign our installer and the VBA macro enabled template (.dotm). Even we have code signed the .dotm file, user will see 'macro disabled' warning at Microsoft Word document open, user will have to manually trust the certificate and add it to the trust center. To prevent this manual process we have to add the certificate to the trust center during installation.
I saw this documentation : viewtopic.php?t=33862
Before this GlobalSign EV certificate, we used some other certificate. And that time, we were using this same approach to add the certificate to trust center.
We are now using Azure KeyVault, so we are unable to extract a .cer file.
Is there any way to add the certificate to the Trust center during installation, without using a .cer file (as we don't have it now) ?
Thanks in advance.