43 questions
0
votes
1
answer
32
views
Cannot sign ClickOnce MSWord plugin application with Cloud DigiCert certificate
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 ...
1
vote
1
answer
225
views
signtool with /csp /kc /f introduces a very long delay on an offline/isolated CI server?
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 ...
1
vote
1
answer
102
views
Install4J 10.0.9 code signing via post processor and jsign "Unsupported file"
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 ...
4
votes
1
answer
1k
views
Entrust to DigiCert SSL Certificate Migration
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....
0
votes
1
answer
187
views
Digicert cert downloaded from Venafi
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 ...
0
votes
1
answer
2k
views
How to use DigiCert Signing Manager Controller (smctl) in Azure DevOps classic pipeline?
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: '...
3
votes
1
answer
1k
views
Certificate for keypair alias not found
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 ...
4
votes
3
answers
1k
views
How can I create a signed uninstaller with InnoSetup (ISCC.exe) and DigiCert's smctl.exe?
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....
0
votes
1
answer
892
views
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 ...
2
votes
0
answers
189
views
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 ...
4
votes
1
answer
1k
views
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 ...
0
votes
1
answer
518
views
How to create an ECC CSR and Install ECC SSL Certificate for nginx server?
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 ...
2
votes
0
answers
228
views
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.
...
0
votes
1
answer
167
views
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 ...
1
vote
1
answer
477
views
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 ...
0
votes
0
answers
174
views
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 ...
3
votes
1
answer
29k
views
"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 ...
1
vote
1
answer
5k
views
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
...
-1
votes
2
answers
434
views
How to fix SSL problem with WordPress pages?
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 ...
0
votes
0
answers
944
views
Import-PfxCertificate password or membership issue
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 ...
1
vote
1
answer
479
views
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 ...
1
vote
1
answer
165
views
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 ...