10,493 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
30
views
How is some software getting around the SmartScreen and browser security warnings without code signing?
As a developer of a small Windows app that brings ~80-100€ profit per year, I cannot afford OV or EV code signing certificate, especially when they are getting increasingly expensive every year and ...
0
votes
0
answers
30
views
Trying to Sign a Manifest File using a Certificate with Non Exportable Private Key and is located in Local Machine
I'm trying to sign a manifest file for a ClickOnce web app using a certificate which is Installed in LocalMachine and have non exportable private keys, I have tried two different tools, one Mage.exe ...
Best practices
1
vote
6
replies
114
views
Loading XDP, in PDF with multiple subforms, already certificate signed
A smart PDF is given. Adobe LiveCycle Designer ES 10.0 PDF
https://mfinante.gov.ro/documents/2552173/3124827/ALOP_DocumentFundamentare_V03.pdf
It's even more special, it has 2 different sections A and ...
0
votes
0
answers
53
views
How to prevent renewing microk8s certificates every time switching network?
I am running microk8s on my Ubuntu laptop as development environment. Every time I move to another network (e.g from home to office or vice versa), I am no longer able to run kubernetes commands as ...
0
votes
0
answers
42
views
Kestrel .NET HTTP/3 fails to connect in Firefox, falls back to HTTP/2
I am trying to get a .NET 9 web server to serve HTTP/3 on Ubuntu 24.04 using Kestrel and MsQuic
Despite the server appearing to be configured correctly and listening on all the right ports, Firefox ...
0
votes
0
answers
41
views
In flutter do we need to manage the certificates manually when using the in_app_purchase package
In my flutter app do I need to put the following block of code in my project to manage the certificates for purchase for their respective environment testing and production which is given by there ...
0
votes
1
answer
144
views
Cannot install npm in maven due to missing certs
I got the correct certificate (a .crt file) from my co-worker. I did the appropriate command to add this to the Java Keystore which works well as per this command:
keytool -import -trustcacerts -...
0
votes
0
answers
34
views
Access certificates from Java Azure Function
I have Azure Function deployed in Linux App Service Plan P2v3.
On the left pane I can go to Settings and then Certificates. After clicking Bring your own certificates (.pfx) I can see cert DEV2APP.
I ...
0
votes
0
answers
108
views
MacOS altool validate: Signature in a bundle provisioning profile is Invalid
I am trying to build and upload a macOS distribution package to the Apple app store, but I am having difficulty validating the package using xcrun altool --validate-app.
Note: I do not use Xcode. I ...
0
votes
0
answers
236
views
Keycloak config : regex extraction from x509 UPN
We're configuring a Keycloak (v26) authentication flow and are trying to gather some information from the UPN in the client certificate.
Here's what that client certificate contains on the OtherName (...
0
votes
1
answer
65
views
I am trying to run invoke-sqlcmd in powershell in my laptop, getting error related to certificate
i got a new laptop from my organization, whenever i try to run invoke-sqlcmd i used to get an error saying that the server certificate is not trusted, i had to keep "-TrustServerCertificate" ...
0
votes
0
answers
67
views
Visual Signature is not appearing after digitally signed it using node.js
Recently a task is given to me for signing a pdf using pfx file using node.js . And I digitally signed the pdf and also the place the placeholder for sign. But visually the sign is not appearing as we ...
1
vote
0
answers
182
views
Using Windows cert store in Java application for https fails with java.security.InvalidAlgorithmParameterException
I have a Java application running on Windows 11 clients. It connects to a Java server application via https. The JRE is OpenJDK Runtime Environment (Temurin)(build 1.8.0_452-b09). The server is Linux ...
0
votes
0
answers
77
views
Member of developer team cannot deploy React-Native application in Apple
Our client created an Apple Developer account. And then invited me as a team member. I can see myself in https://appstoreconnect.apple.com in Users and Access with role Admin:
I don't have an active ...
0
votes
0
answers
292
views
certutil commands to check certificate and verify hash equivalent to openssl
I use two openssl commands to verify a certificate file:
openssl x509 -in <CERT_FILE> -noout
and verify a signature file:
openssl cms -verify -binary -content <INPUT_FILE> -inform PEM -...