How certify my xls file

K

kvenku

Hi,
I have created a VBA application. I need to certificate my xls file
What is the procedure and the steps to follow.

I have following files

EagleCertificate.cer
EagleCertificate.spc
eagleprivatekey.pvk
pvkimprt.exe

I would apprecite if you send me the detail steps.
Please do the needful

Thanks
Venkatesh
 
T

Tom Ogilvy

http://support.microsoft.com/default.aspx?scid=kb;en-us;288985
XL2002: About Digital Signatures in Excel Workbooks

How to Sign is at the bottom.

--------------
Some additional information:

http://support.microsoft.com/default.aspx?scid=kb;en-us;820738&Product=ofw
About Digital Signatures and Code Signing in Workbooks in Excel 2003

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnoxpta/html/odc_dsvba.asp
Code Signing Office XP Visual Basic for Applications Macro Projects

http://support.microsoft.com/?KBID=206637
OFF2000: Overview of Digital Certificates (Q206637)

http://support.microsoft.com/?KBID=217221
OFF2000: Using SelfCert to Create a Digital Certificate for VBA Projects
(Q217221)


An Overview:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnimo00/html/combat.asp

Another reference:
http://msdn.microsoft.com/library/en-us/odeopg/html/deovrsigningvbaproject.asp



http://support.microsoft.com/default.aspx?scid=kb;en-us;Q329228
OFFXP: How to Make Sure That Your Office Document Has a Valid Digital
Signature


http://office.microsoft.com/assistance/2002/articles/otelldigitalcertiftrustworthy.aspx
How to Tell if Digital Certificate Is Trustworthy in Office XP
 
K

keepITcool

Tom
additional question.. in Word i can easily read the
Document's Signature Set (which is an OFFICE object.)

In excel how do I do it?
I can check if VBASigned.. BUT BY WHOM?


As far is I found the authenticode links and tools posted
are unable to read xls files ?





--
keepITcool
| www.XLsupport.com | keepITcool chello nl | amsterdam


Tom Ogilvy wrote :
[snapped a lot of links re Digital Signatures]
 
M

Michel Pierron

Hi kvenku,
Pvkimprt -pfx EagleCertificate.spc eagleprivatekey.pvk
after creation of the pfx file, a click right on the file allows the
installation.
MP
 
Top