Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
32 views

I'm trying to sign a simple ClickOnce application (MSWord plugin) with a code-sign certificate from DigiCert. Last year, we use a USB-Token certificate and it worked fine, but this year we bought a ...
Marc's user avatar
  • 1,505
1 vote
1 answer
225 views

I am trying to integrate Code Signing with a DigiCert SafeNet Token based cert with our CI machine. I am following the description given in https://stackoverflow.com/a/54439759/321013 which leads to ...
Martin Ba's user avatar
  • 39.4k
1 vote
1 answer
102 views

We had to change the way how we sign our media files and executables in install4j. Now we have to store our certificate for code signing on a secure device like a HSM. We are now using DigiCert ONE ...
Thomas's user avatar
  • 13
4 votes
1 answer
1k views

I got this email and I am not sure what I need to do about it. I am using the AuthorizeNet.dll and I believe this is using https://api.authorize.net/xml/v1/request.api or https://apitest.authorize....
Jefferson's user avatar
  • 121
0 votes
1 answer
187 views

Currently, I have certificate installed from internal authority but now org is asking to download DigiCert from Venafi and install in website. how to do that? I downloaded PEM certificate format from ...
Yash Chopra's user avatar
0 votes
1 answer
2k views

This following task, which signs a setup program using DigiCert Signing Manager Controller (smctl), works without any problem, if I use it in a Azure YAML pipeline. - task: CmdLine@2 displayName: '...
Mustafa Alamir's user avatar
3 votes
1 answer
1k views

I'm trying to implement code-signing in a GitHub action using a digicert certificate. I'm using this GitHub action to guide me. I'm using smctl with the digicert/[email protected] action. After ...
Florian Loitsch's user avatar
4 votes
3 answers
1k views

I use smctl.exe to sign a desktop application on our build server. I call execute iscc.exe with my *.iss file including /S parameter like this: /Dsigning=true /Dbuildworkingdir=${bamboo.build.working....
ebiondi's user avatar
  • 75
0 votes
1 answer
892 views

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 ...
john zuh's user avatar
2 votes
0 answers
189 views

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 ...
zelalem gelaye's user avatar
4 votes
1 answer
1k views

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 ...
Lossos's user avatar
  • 111
0 votes
1 answer
518 views

I need to introduce Signed Http Exchange for my website. As part of the Signed HTTP Exchanges technology specifications, the TLS certificate used to sign the exchange requires an Elliptic Curve ...
MD. Zeaul Hoque Shuvo's user avatar
2 votes
0 answers
228 views

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. ...
Flarosa's user avatar
  • 1,933
0 votes
1 answer
167 views

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 ...
dythim's user avatar
  • 930
1 vote
1 answer
477 views

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 ...
ndyr's user avatar
  • 533
0 votes
0 answers
174 views

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 ...
Manish's user avatar
  • 43
3 votes
1 answer
29k views

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 ...
Kiran G's user avatar
  • 137
1 vote
1 answer
5k views

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 ...
Manthan Tilva's user avatar
-1 votes
2 answers
434 views

I am working with my new website. I got SSL certificates file from Digicert SSL provider . I installed SSL as instructed . But my WordPress pages still get Insecure page error while other html and ...
Dev Bhusal's user avatar
0 votes
0 answers
944 views

I have been working on this for days. I have a project in DevOps that I am trying to build. Part of my the build process tries to install the SSL certificate (DigiCert.pfx). This worked fine with the ...
Robert Sheppard's user avatar
1 vote
1 answer
479 views

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 ...
user2315104's user avatar
  • 2,864
1 vote
1 answer
165 views

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 ...
Mark4Nier's user avatar