Questions tagged [digital-signatures]

50 questions
0
votes
0 answers

Digital signing certificate for SOAP

I'm calling a third-party Web Service with SOAP requests. This service requires me to to sign my SOAP requests digitally. Regarding to How to buy a X.509 certificate for signing digital payloads question, I bought an Email Signing Certificate from…
0
votes
1 answer

What are the best practices for providing S/MIME-Certificates in Outlook?

I got some questions regarding S/MIME in Outlook and certificates in general. Some questions arrised about the possibility to digitally sign emails in my company. As I'm new to the topic I had to do some research first. I found out that you can use…
0
votes
1 answer

rhel7 yum repository metadata GPG signatures

I'm trying to sign yum repo metadata using GPG, as part of a Jenkins job. This is proving more difficult than I first imagined, but I'm sure lots of people must have done this already. I've worked out that I can do it on the terminal using :- gpg…
0
votes
1 answer

How to view signatures fulfilling the "Authroized Signatures" option in a Smart Card Logon certificate from a Windows CA

I'm playing with the Windows Server CA role and Smart Card logons. We have a working PKI setup and smart card issuance/logon working. What I'm curious about is the "Require this number of authorized signatures" option in the "Smartcard Logon…
0
votes
1 answer

Central Digital ID O365 (Exchange Online)

Is there any way to define and deploy a Digital ID for all users centrally? We`re using Exchange Online. As of now I only see the possibility to open Outlook for every user and apply for a Digital ID. Thankful
0
votes
1 answer

Easy way of checking signature of a source package from the other release of debian

I'm trying to backport nanomsg from jessie to squeeze. But when I run: dget http://http.debian.net/debian/pool/main/n/nanomsg/nanomsg_0.4~beta+dfsg-3.dsc It says: dscverify: nanomsg_0.4~beta+dfsg-3.dsc failed signature check: gpg: Signature made…
x-yuri
  • 1,845
  • 1
  • 22
  • 27
0
votes
1 answer

.NET Window Service won't start when Signed with PFX file Windows Server 2012

I've successfully installed my Windows Service on a Server 2012 environment. It starts and works without issue when the Service executable is not signed. When I apply a PFX signing to the Service, it won't start. It times out over the allotted 30…
0
votes
2 answers

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 for is a way to electronically sign documents. …
Boden
  • 4,948
  • 12
  • 48
  • 70
0
votes
4 answers

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 what he wants?
B14D3
  • 5,110
  • 13
  • 58
  • 82
0
votes
2 answers

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.
Ricardo Polo Jaramillo
  • 2,039
  • 1
  • 18
  • 35
0
votes
1 answer

Missing "Proceed without enrollment policy" When Generating Certificate Enrollment Policy

I am trying to follow the instructions listed here. But when I get to the step: Select the option to Proceed without enrollment policy > Click Next. I see: No "Proceed without enrollment policy" is visible. Why? When I google around for this I…
David Rogers
  • 215
  • 1
  • 11
0
votes
1 answer

How does one configure Windows not to execute tampered binaries on Windows 10

Similar to the question here, how do you configure this for a windows 10 machine so that you can configure Windows not to execute tampered binaries? How does one configure Windows not to execute tampered binaries? I have managed to get this working…
Rob
  • 1
0
votes
1 answer

Outlook: Invalid signature of mixed HTML/Plaintext E-Mails

while testing new security GPOs, i've found the problem that with E-Mails that contain HTML and Plaintext, Outlook always complains about invalid signatures or tempered messages, even though with the same E-Mails as pure HTML or pure Plaintext,…
0
votes
1 answer

number of crl certificate(s) or pem certificate(s) present in p7s file

Q. How can we find out the number of CRL files or number of PEM files that can be generated from a P7S file? I understand ( from here ) that the data that is contained in a P7S file is nothing but the encoded(in ASN1, DER format) data of PEM…
csavvy
  • 115
  • 3
0
votes
1 answer

powershell signed script does not run in different domain

so I managed to sign a powershell script using this nice tutorial https://www.darkoperator.com/blog/2013/3/5/powershell-basics-execution-policy-part-1.html I have one script signed and it works fine everywhere even in other domains. Today I used the…
Vitas
  • 157
  • 1
  • 8
  • 24