|
-
October 26th, 2009, 02:40 AM
#1
Certificates in Visual Studio
Hi all,
How do you create a certificate from Visual Studio with a "custom" name. When I use the "Create Test Certificate" button, the name on the certificate ends up being my Windows Domain login name, which isn't really that nice to look at on a client machine.
Furthermore, could I also make a certificate that does not expire after one year?
Also, when I install my add-in it appears to be published by HP because my Visual Studio is (by mistake) registered to HP ... How do I change this?
Thanks
It's not a bug, it's a feature!
-
October 26th, 2009, 07:49 AM
#2
Re: Certificates in Visual Studio
You need a "real" certificate.
All those test certificates have no value and are not trusted. Makes no sense.
If you are interested in trusted certificates, you have to pay for it.
And as usual, each certificate has a specific duration, which is reasonable:
Just image (hard example):
having a life-time certificate, which is stolen one day, can produce a
lot of trouble, because there is no protection anymore for the rest
of your life. Anyone could sign some bad code with your stolen certificate
over many years.
But you can sign any code with a time stamp, which makes your code running
though the certificate is not valid anymore (one day). Without time stamping
your code will not run as soon the certificates expires.
-
October 26th, 2009, 04:10 PM
#3
Re: Certificates in Visual Studio
thanks for the reply 
I can understand the concept, but the reason I need the certificate is simply to install an add-in for MS Outlook, which I don't want to some day just stop working.
Any ideas?
It's not a bug, it's a feature!
-
October 29th, 2009, 02:31 AM
#4
Re: Certificates in Visual Studio
If the client wants to download your software, he can open your secured site, and download the certificate to his machine (once). Then, he won't be prompted
-
October 30th, 2009, 11:07 AM
#5
Re: Certificates in Visual Studio
And when the certificate expires? Will the software stop working or will I simply need to renew it to allow new clients to install it?
Thanks for the reply
It's not a bug, it's a feature!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|