digital-certificate Questions

3

Solved

I have successfully imported an digital signature certificate (which comes with a root certificate and a chain certificate) in my Azure KeyVault using the command "mport-AzureKeyVaultCertificate -V...
Villalobos asked 10/11, 2017 at 23:57

5

Solved

As part of our build system, we use signtool.exe with a certificate to sign our binaries once they've been built. Occasionally (it's hard to tell when it will strike), the signing fails: error MS...
Decontrol asked 21/2, 2012 at 16:1

3

Solved

The following request to openssl hangs openssl req -key server.key -out server.csr Any idea what the problem could be?
Pashm asked 21/9, 2010 at 7:33

3

Solved

I have a valid certificate issued by the spanish authority (FNMT) and I want to play with it to learn more about it. The file has extension .p12 I would like to read the information in it (first a...

3

Solved

I was wondering to what degree I can rely on the digital signatures on files (aka Digital Certificates from Verisign, Simantec etc), when deciding if it's been tampered with or not. Say I want do...

2

I am writing a Java application that does rest Api calls with remote Https site. The remote site is signed by trusted certificates. It runs well on Windows, however, it has trouble to run on OS X d...

6

Is there any way to create .pfx files in order to sign documents, I've found a program called x509 Certificate Generate,but I want to know if it can be generated in code using c#.
Yonatan asked 19/1, 2012 at 0:55

4

Solved

I ran accross a CSR file (Certificate Signing Request) and I need to extract some information from it. There's a way to decode it using .NET Framework?
Javierjavler asked 14/10, 2008 at 13:4

3

I want to read the Key usage field in a certificate .is there an API is available in openssl ?
Inadmissible asked 3/4, 2012 at 10:9

10

Solved

i've been google'ing the difference between digital signature and digital certificate (asymmetric encryption) seems like they are the same. I would like to clarify if they are the same or not? many...
Pichardo asked 21/5, 2010 at 13:36

3

Solved

I am trying to get an Access 2000 database to run in the Access 2010 runtime and remove the warning dialog about the file not being trusted. I have done some research and discovered the SelfCert.ex...
Endometrium asked 1/7, 2013 at 16:20

5

Solved

I created Java keystore programmatically of type jks (i.e. default type). It is initially empty so I created a DSA certificate. keytool -genkey -alias myCert -v -keystore trivial.keystore How c...
Trinee asked 5/2, 2011 at 15:15

4

Solved

I'm trying to use self-signed certificate using the following code: X509Certificate2 cert = ToCertificate("CN=localhost"); public static X509Certificate2 ToCertificate(this string subjectName, ...
Tympanum asked 11/7, 2017 at 18:29

1

I created one root, one intermediate certificate. Then I signed my Extended Certificate, but it did not. I added root and intermediate certificates to the browser and to the computer' keystore. I...

4

Solved

I am new to cryptography certificate and am trying to figure out the components of "CERT.RSA" file under "./META-INF" folder for an Android application. To my understanding, "CERT.RSA" is used to ...

1

Solved

My understanding is that the digital certificate is valid up to 3 years depending upon what you paid for to the certificate issuing company. So for example, If I bought a DSC from say, emudhra, and...
Wimberly asked 19/6, 2018 at 11:45

3

Solved

I'm working on the project where the user needs to do a digital signature on a document. I checked in the google and know about sinadura which is a desktop application but I need to invoke this int...

1

Solved

The Objective I need to open this JavaScript certificate Modal on Browser to user select their Certificate (It's on Portuguese sorry): Then save it on my Action like this: [HttpGet] public Act...
Topo asked 22/12, 2017 at 13:23

2

I am attempting to create a certificate with a private key (.pfx) that I can use within my application to create and verify digital signatures. I want to install this certificate into the certifica...

5

Solved

I am relatively new to PKI, certificates and all related stuff. As far as I understand in public-key cryptography one encrypt with a public key and decrypt with a private key. Only one private key...
Ordway asked 17/2, 2014 at 8:1

3

I've been wrestling with a problem, maybe you guys can point me in the right direction. I'm trying to digitally sign a pdf, on the webserver, over an https connection. At page load i'm doing as s...
Insult asked 14/1, 2009 at 11:37

3

I'm trying to establish a https connection using the server's .cer certificate file. I am able to manually get the certificate file using a browser and put it into the keystore using keytool. I can...
Omphalos asked 9/4, 2012 at 18:15

3

Solved

Has anyone came across where they have to deal with .truststore file? and knowing how to import .cer into .truststore file? I am not sure if I have to use Java Keytool or Linux command (such as o...
Seethrough asked 17/12, 2008 at 0:33

4

Solved

My scenario is we have one program (exe) that will start other programs if found in a particular folder. I want to ensure it only ever starts programs which are signed with our Corporate certificat...
Protean asked 16/2, 2011 at 6:2

3

Solved

I want to ask a thing about digital signing I am not very sure. Instead of creating a self signed certificate to use to sign some (PDF) files, I wanted to take my SSL cert which have my data alread...
Headstock asked 13/3, 2012 at 20:24

© 2022 - 2025 — McMap. All rights reserved.