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
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.
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.
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.