B
Brendan
I am having trouble attaching a self-signed certificate
created using makecert to a VBA project. In the VB window
I go to Tools > Digital Signature... and do not see the
certificate listed. The certificate was created using the
command:
makecert -sv "dummy.pvk" -r -n "CN=dummy" -d "dummy"
dummy.cer
I have installed certificate and see it listed on the
Trusted Root Certification Authorities tab in Certificates
window (CntrlPanel > Users > Advanced).
I do not have this problem with certificate created by
selfcert. Before investing several hundred dollars to
purchase a certificate I want to get a better handle on
what needs to be done and how to do it. I suspect the
problem is with the creation or installation of the
certicate. Any assistance in this matter would be
appreciated.
created using makecert to a VBA project. In the VB window
I go to Tools > Digital Signature... and do not see the
certificate listed. The certificate was created using the
command:
makecert -sv "dummy.pvk" -r -n "CN=dummy" -d "dummy"
dummy.cer
I have installed certificate and see it listed on the
Trusted Root Certification Authorities tab in Certificates
window (CntrlPanel > Users > Advanced).
I do not have this problem with certificate created by
selfcert. Before investing several hundred dollars to
purchase a certificate I want to get a better handle on
what needs to be done and how to do it. I suspect the
problem is with the creation or installation of the
certicate. Any assistance in this matter would be
appreciated.