Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Can anyone reccomend an affordable way to sign my macros?
Self-cert is no good for me as the tick-box to "always trust content from..." is only available on the machine it was created on. But I can only find certificates that cost hundreds of dollars a year. I'm happy to pay for a certificate, but they seem VERY expensive for what I'm going to use them for. AND they only last for a year. Have I missed something? Is there a longer lasting one, or a cheaper alternative? Or can I do something to enable the "Always trust content from..." tick box so that I could use the self-cert option? All input vey gratefully received Thanks M |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Can't you just copy your certificate to the other machines as well?
Press <Alt<F11 to go to VBA. Click on Tools, digital Signatures, view your signature, select copy to file, and then follow the prompts to export it to a file. Mail this to the other user. To import, left click on the attachemnt, select open. Now click on the set contact trust button. When the Import Contact Settings box appears, check the first two option boxes and click OK, and OK out. Now open the signed project, select the imported signature, and sign. You can now make changes on the user's PC -- HTH Kassie Replace xxx with hotmail "Michelle" wrote: Can anyone reccomend an affordable way to sign my macros? Self-cert is no good for me as the tick-box to "always trust content from..." is only available on the machine it was created on. But I can only find certificates that cost hundreds of dollars a year. I'm happy to pay for a certificate, but they seem VERY expensive for what I'm going to use them for. AND they only last for a year. Have I missed something? Is there a longer lasting one, or a cheaper alternative? Or can I do something to enable the "Always trust content from..." tick box so that I could use the self-cert option? All input vey gratefully received Thanks M |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Besides what you said, usually you are required to be a 'business' and
registered as such to obtain anything other than self-cert. About the least expensive I've seen is through GoDaddy.com ($199.99/yr or $179.99/yr if you purchase 2 yrs at once). And they have the must-be-a-business rule in effect. Look at what Kassie suggested, probably the easiest way to go if you have a established group that you want to provide a certificate to so that using your applications is easier for them. But if it comes down to that, it's usually a matter of trust, and my clients seem to trust my work, signed or not. I mean they've got to have trust in you to install your self-cert on their systems anyhow, don't they? "Michelle" wrote: Can anyone reccomend an affordable way to sign my macros? Self-cert is no good for me as the tick-box to "always trust content from..." is only available on the machine it was created on. But I can only find certificates that cost hundreds of dollars a year. I'm happy to pay for a certificate, but they seem VERY expensive for what I'm going to use them for. AND they only last for a year. Have I missed something? Is there a longer lasting one, or a cheaper alternative? Or can I do something to enable the "Always trust content from..." tick box so that I could use the self-cert option? All input vey gratefully received Thanks M |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Very true, but it is nice to run on High security, and so keep out other
junk. I find that doing it this way saves a lot of hassel, and of course it is for free! -- HTH Kassie Replace xxx with hotmail "JLatham" wrote: Besides what you said, usually you are required to be a 'business' and registered as such to obtain anything other than self-cert. About the least expensive I've seen is through GoDaddy.com ($199.99/yr or $179.99/yr if you purchase 2 yrs at once). And they have the must-be-a-business rule in effect. Look at what Kassie suggested, probably the easiest way to go if you have a established group that you want to provide a certificate to so that using your applications is easier for them. But if it comes down to that, it's usually a matter of trust, and my clients seem to trust my work, signed or not. I mean they've got to have trust in you to install your self-cert on their systems anyhow, don't they? "Michelle" wrote: Can anyone reccomend an affordable way to sign my macros? Self-cert is no good for me as the tick-box to "always trust content from..." is only available on the machine it was created on. But I can only find certificates that cost hundreds of dollars a year. I'm happy to pay for a certificate, but they seem VERY expensive for what I'm going to use them for. AND they only last for a year. Have I missed something? Is there a longer lasting one, or a cheaper alternative? Or can I do something to enable the "Always trust content from..." tick box so that I could use the self-cert option? All input vey gratefully received Thanks M |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Kassie
Are you saying that you can export a selfcert DS to another computer? Easy enough to create a *.cer file but how do you export the key? Gord Dibben MS Excel MVP On Sun, 13 Sep 2009 02:52:01 -0700, Kassie wrote: Very true, but it is nice to run on High security, and so keep out other junk. I find that doing it this way saves a lot of hassel, and of course it is for free! |
#6
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Gord,
From a previous post of mine. . . Press <Alt<F11 to go to VBA. Click on Tools, digital Signatures, view your signature, select Copy to file, and then follow the prompts to export it to a file. Mail this to the other user. To import, left click on the attachemnt, select open. Now click on the set contact trust button. When the Import Contact Settings box appears, check the first two option boxes and click OK, and OK out. Now open the signed project, select the imported signature, and sign. You can now make changes on the user's PC -- HTH Kassie Replace xxx with hotmail "Gord Dibben" wrote: Kassie Are you saying that you can export a selfcert DS to another computer? Easy enough to create a *.cer file but how do you export the key? Gord Dibben MS Excel MVP On Sun, 13 Sep 2009 02:52:01 -0700, Kassie wrote: Very true, but it is nice to run on High security, and so keep out other junk. I find that doing it this way saves a lot of hassel, and of course it is for free! |
#7
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
No problem copying to file *.cer
But how do you export the Private Key or do you need it? I have tried this previously but was never able to make it work. I have tried installing into Trusted Root Certificates and Trusted Publishers but when I tried to use the DS I received the message about not having a key. If not too much trouble could you email me a copy of a selfcert DS so I may install on my computer? gorddibbATshawDOTca Thanks, Gord On Sun, 13 Sep 2009 21:44:02 -0700, Kassie wrote: Hi Gord, From a previous post of mine. . . Press <Alt<F11 to go to VBA. Click on Tools, digital Signatures, view your signature, select Copy to file, and then follow the prompts to export it to a file. Mail this to the other user. To import, left click on the attachemnt, select open. Now click on the set contact trust button. When the Import Contact Settings box appears, check the first two option boxes and click OK, and OK out. Now open the signed project, select the imported signature, and sign. You can now make changes on the user's PC |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
code signing certificate doesn't have transitive trust | Excel Programming | |||
How/where can I get a digital signature certificate for signing macros so they are trusted? | Excel Programming | |||
how to request Code-signing certificate | Excel Programming | |||
Code-signing certificate problems in Excel 2000 with Windows 2000 | Excel Programming | |||
VBA Code Signing | Excel Programming |