Questions tagged [digicert]

DigiCert Inc. serves as a Certificate Authority and Trusted Third Party that issues and validates digital certificates or TLS/SSL certificates.

DigiCert Inc. serves as a Certificate Authority and Trusted Third Party that issues and validates digital certificates or TLS/SSL certificates.

29 questions
7
votes
0 answers

Code signing EV certificate only helps with SmartScreen, does nothing for Windows Defender

Our organization recently obtained an EV code signing certificate. It did give us instant SmartScreen trust, but 2 things still happen: A minor annoyance was Chrome that issued a warning file.exe is not commonly downloaded and may be dangerous to…
3
votes
1 answer

How to make a code signed certificate for an exe program?

I am in a very tricky situation and I will attempt to explain it as well as I can. I will write my problem in concise numbered steps and at the end, I will boil this down to one or a few clear questions. I wrote a program in python. (no other…
Harman Punchi
  • 85
  • 2
  • 9
2
votes
0 answers

How can I run debug builds without signing them?

I'm working on a UWP application in Visual Studio on Windows. We distribute our app by signing it with a DigiCert certificate, which comes with a USB key that is required to be present when signing. Unfortunately, Visual Studio won't make or run…
Flarosa
  • 1,287
  • 1
  • 13
  • 27
2
votes
1 answer

Why I cannot extract my certificate chain from DigiCert pfx certificate for AWS ACM

I'm trying to import my certificate from (DigiCert) to AWS. Where I following the instruction from AWS (link) to convert my pfx to pem format. But I get empty file when I use the command openssl pkcs12 -in website.xyz.com.pfx -cacerts -nokeys -chain…
1
vote
1 answer

Signing does not work with DigiCert EV Code Signing Cert

We are using DigiCert EV Code Signing certificate (Extended Validation) to sign some Excel files. This does work without any problems from the Start Page of Excel ('Protect and Sign Excel File'). Now we are trying to sign VBA Macros in Excel with…
Lossos
  • 51
  • 6
1
vote
1 answer

How to configure a digicert CNG certificate in app.config

we're trying to configure a client-provided certificate which was issued by the DigiCert CA for authentication in a WCF service. Unfortunately, the utility we need to run isn't able to parse the certificate and gives a Unexpected error: Invalid…
dythim
  • 920
  • 7
  • 24
1
vote
1 answer

Add digicert certificate for django/python web app on Azure

A wild card cert has been purchased through Digicert for a domain and I'm currently trying to add this cert to a django/django-rest API hosted on Azure which will resided on a subdomain under that purchased custom domain. I have configured the web…
1
vote
0 answers

How to call Certbot for digicert to manage digicert provided certs for my domain

I would like to use Certbot (https://certbot.eff.org/docs/using.html#certbot-commands) to manage my certs issued by DigiCerts. I would like to write a lambda in python or c# for the purpose where i could be able to provision, import, rotate certs…
1
vote
1 answer

"tlsv1 alert unknown ca" error when using new SSL certificates

I am configuring emqtt MQTT Broker with SSL/TLS certificates from Digicert. I had done the SSL configuration for the same broker some years back and it was fine. But when I configured the new broker installation with new certificates, I am getting…
Kiran G
  • 67
  • 1
  • 2
  • 8
1
vote
1 answer

Genearte ENCRYPTED PRIVATE KEY from PRIVATE KEY

I got .key and .crt file form DigiCert. Content of my xyz_com.key file is PRIVATE KEY. head xyz_com.key -n2 -----BEGIN PRIVATE KEY----- MIIEvgIBADANBgkqhkiG9w0BAQEFAASCBKgwggSkAgEAAoIBAQDqFD0YmmeKyVbg Before that I am using self signed certificate,…
Manthan Tilva
  • 3,135
  • 2
  • 17
  • 41
1
vote
1 answer

DigiCert certificate not working with MongoDB

Have generated the valid certificates from DigiCerts (CA file and the pem file) . PEM file is the combination of private key and server certificate. but somehow the mongo shell is not working with these certificates. Here is the setup: The…
user2315104
  • 2,378
  • 7
  • 35
  • 54
1
vote
1 answer

Is there a way in Install4j to expose additional logging output during counter signing?

I'm encountering a counter signing error while building an installer Creating media file 'Multi-File Windows': Collecting files: Compiling launchers: Creating media file: Signing executable install4j: compilation failed. Reason:…
Mark4Nier
  • 69
  • 1
  • 6
0
votes
1 answer

DigitCert SMIME certificate cannot be exported. Personal Information Exchange - PKCS #12 (.PFX) option was greyed out in export wizard

As part of ensuring secure communication in our company we are trying to export SMIME certificate issued by Digicert unto our clients but we encountered few issues with regards to private keys not included or exportable during the exportation…
john zuh
  • 59
  • 1
  • 11
0
votes
0 answers

SSL connection not established due to certificate verify fail

I have this Android app that is already published to the store, and was working just fine. Suddenly, it began to throw some exceptions, which I already explained and solved here. After solvind this issue, the app began to throw…
Gabic
  • 484
  • 1
  • 6
  • 15
0
votes
0 answers

How can I get the path of the private key in my machine after I generate the CSR from Digicert?

I ordered the SSL/TLS certificate from DigiCert CA (certificate Authority) by generating the CSR. But in order to install the certificate I could not get the generated private key in my machine. There is no path selection during the generation of…
1
2