The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
31 views

Code signing certificate not available to sign macros

We are trying to give one of our user the ability to sign his macros in Excel with a certificate issued by Certficate Authority. The Certificate Authority role is installed on the Domain Controller ...
2
votes
1answer
96 views

How to disable signature prompt for third-party provider in Microsoft Word?

In Microsoft Word if you click on Insert> SignatureLine, you will see this message: We provided our client the ability to sign their document via certificates automatically genereated using our ...
-3
votes
2answers
62 views

how to sign a binary in Linux? [closed]

I have a Linux device that needs to be able to perform a software update of some binaries that may be coming from an insecure source I'd like to find a way to sign these binaries using a ...
0
votes
0answers
110 views

How to implement digital signature solution? [closed]

We are building a web application(Java). Could anybody help brief me what we need to realize the following business scenario ? An user access our web site He inputs some data He generate a PDF ...
4
votes
1answer
560 views

RemoteApp shows no certificate available but RD Session host finds it fine

I am trying to set up remote app for a internal domain. I have a Root CA that is trusted my all of the end computers, that cert has signed a wildcard cert I am trying to use for the server. I added ...
0
votes
0answers
343 views

Install microsoft Java VM on Windows 7 + IE8

I cannot install Microsoft Java VM on Windows 7 and IE8. File xmldso.cab is blocked because it does not have valid digital signature to verify its distributor. Can you use something like group ...
0
votes
4answers
287 views

Is it possible to sign email with digital signature on server side?

I have nice iRedMail server (postfix, dovecot, policyd). One of my client apps sends email via this server. And client want to sign it with digital signature on server side. Is it even possible to do ...
0
votes
2answers
72 views

Support by Microsoft on Unsigned Driver

What is the support of Microsoft about unsigned drivers? They support a System with them? I'm looking for a document with the Windows Policy support and what they said about not drivers.
3
votes
1answer
161 views

Digitally signed FreeBSD package

In nasty world of Windows you can digitally sign installation package (exe) and during installation check if its authentic or not. Any idea how to check same under FreeBSD(preferably in conjunction ...
5
votes
3answers
2k views

Validating signature trust with gpg?

We would like to use gpg signatures to verify some aspects of our system configuration management tools. Additionally, we would like to use a "trust" model where individual sysadmin keys are signed ...
1
vote
1answer
169 views

Digital Certificate - changing encryption algorithm

Sorry if this is a silly question, but I'm new to all these certificates stuff :) Let's say I have a digital certificate issued by my company (for email) with: Signature algorithm: md5RSA Public ...
1
vote
2answers
394 views

RPM issues after signing JDK 1.6 64-bit

I'm trying to sign the Java JDK 1.6u21 64-bit RPM on CentOS 5.5 for use with Spacewalk and I'm running into problems. It seems to sign okay, but then when I check the signature it seems to be missing ...
5
votes
2answers
909 views

What are the advantages of DKIM?

After making my server sign outgoing email I started to wonder what the benefits are. This is the opposite of a previously asked question. Naively I see two benefits: We can throw away all emails ...
4
votes
2answers
360 views

Digital signatures and encryption in GMail

I just wonder if there is a way to use SSL certificates or PGP keys for signing my email. At the moment I have to setup S/MIME in Outlook (or another thick client) to send signed messages via SMTP. ...
0
votes
2answers
348 views

Digital signature service for individual users (signing documents)?

The environment is a Windows domain. Windows Server 2003 is the controller and all clients are running WinXP or better. Office 2003 (2007 soon) is used to create most documents. What I'm looking ...