Signing the manifest with pfx file

G

Guest

Hello,
I have the Microsoft Authenticode certificates (PKCS #7 Certificates, .spc
and .pvk files) acquired from Verisign. How do I use this certificates to
Sign the manifest for ClickOnce deployment. IDE accepts only .pfx files.
Importing in Internet Explorer and exporting back doesn't seem like an
option. Any advice?

Regards,
Sajan
 
L

Linda Liu [MSFT]

Hi Sajan,

Thank you for posting.

Microsoft Visual Studio 2005 supports only Personal Information Exchange
(PFX) key files with the .pfx extension. However, you can select other
types of certificates from the current user's Windows certificate store
using the Select a Certificate Dialog Box to sign your manifest.

To access this dialog box, select a project node in Solution Explorer, then
on the Project menu, click Properties. When the Project Designer appears,
click the Signing tab. On the Signing page, click the Select from Store
button. Then a "Select a Certificate" window appears and you could select a
certificate from the list box in this window to sign your ClickOnce
manifests.

Hope this is helpful to you.
If you have any concerns or need anything else, please don't hesitate to
let me know.


Sincerely,
Linda Liu
Microsoft Online Community Support

====================================================
When responding to posts,please "Reply to Group" via
your newsreader so that others may learn and benefit
from your issue.
====================================================
 
G

Guest

Thanks for responding. When I look at the certificate store under
Certificates (Local Computer)/Personal/Certificates, I can see the
certificate there. But it is not available when I select the option "Select
From Store..." from Visual Studio. What could be happening? Is there any way
to generate a pfx file from the authenticode Certificates?

Sajan
 
L

Linda Liu [MSFT]

Hi Sajan,

Thank you for your update and response. I am glad to hear that the problem
has been fixed. If you have any other questions or concerns, please do not
hesitate to contact us. It is always our pleasure to be of assistance.

Have a nice day!


Sincerely,
Linda Liu
Microsoft Online Community Support

====================================================
When responding to posts,please "Reply to Group" via
your newsreader so that others may learn and benefit
from your issue.
====================================================
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top