Avatar of RobRing
RobRing
Flag for United States of America asked on

Requesting Code Signing Certificate for VBA Project from Go Daddy

I haven't been able to find instructions to generate a CSR to request a Code Signing Certificate from Go Daddy.  I have a small Access 2013 Project which will be used by Sales personnel on their personal notebooks , which don't have access to the company domain so a self cert probably will not work.

Any help would be welcome.
Microsoft OfficeSecurityVBA

Avatar of undefined
Last Comment
projects

8/22/2022 - Mon
Thomas Brooks

First, Lets address the Self-Signed Code Signing Certificate.

The Self-Signed Code Signing Certificate is a created and signed by the same entity whose identity that it certifies. You create your own certificate for code-signing.  

But, there is a problem.

To use a Self-Signed Code Signing Certificate to sign your Access 2013 Project, you would need install the Self-Signed Code Signing Certificate on each notebook into one of the "Trusted" certificate stores.  Either the "Trusted Root", "Trusted People", or "Trusted Publisher". For consistency, I install into "Trusted People".

The problem is that you or your clients would need access to the trusted certificate stores on the workstations. This may not be possible if you or they do not have access to the Active Directory Domain.

The better solution is to purchaser a Code-Signing Certificate from a public certificate authority such as "Verisign", "digicert", or "Network Solutions". (https://www.sslshopper.com/certificate-authority-reviews.html)

I ended up purchasing my code signing certificate from "StartCom".(https://www.startssl.com) It was cheap costing me US$59.00. It's from a public signing authority so I don't have to put it in any of the trusted locations on the workstations. I can sign MS Access projects with it and everyone is happy.

I hope this clarifies the task.
ASKER CERTIFIED SOLUTION
RobRing

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
RobRing

ASKER
I ended up using another the signing authority which is working.  Thanks for the information.
projects

Wish you would have included how you actually generated the CSR.
Experts Exchange is like having an extremely knowledgeable team sitting and waiting for your call. Couldn't do my job half as well as I do without it!
James Murphy