Skip to main content

Questions tagged [certificate]

A certificate is an electronic document used in cryptography.

0 votes
0 answers
6 views

Defining the cause of hanshake failure

I'm trying to make an LDAP connection between a Spring boot application and an ldap external server. The spring boot app is running on a linux server. The problem is that i always have a handshake ...
Fermalt's user avatar
0 votes
1 answer
7 views

How to read all certificates one file is signed with?

I was looking for a Powershell script to read all certificates one file is signed with. Powershell itself allows only reading the first certificate of a file via the default command. See my solution ...
Carsten's user avatar
  • 1,959
-1 votes
1 answer
21 views

Decrypting an ec encoded text with a public key

Can someone please help me finding a way to decrypt a text encrypted with an EC private key? What I am trying to do is I am trying to understand how SSL certificates are structured and signed. For ...
krop's user avatar
  • 81
0 votes
0 answers
15 views

SSL Certificate validation fails ERR_CERT_AUTHORITY_INVALID in Chrome but works fine in Firefox

I have an application that hosts multiple RESTful APIs. When the application is installed, it automatically generates a self-signed certificate authority cert and then each API gets its own ...
resnak's user avatar
  • 43
-1 votes
0 answers
33 views

Unable To Install MAUI Application This App Can't Be Installed Because Its Integrity Could Not Be Verified

I am trying to run the MAUI application in physical iPhone device by using USB. I have generated the certificates, profiles, identifiers and devices on the developer portal of apple. If I am running ...
Smit Rathod's user avatar
0 votes
0 answers
17 views

Exporting a Windows Store cert in Python

I have a user certificate in the Personal/My Windows Store with an exportable private key. I am trying to export this in Python to use as .cer/.pem and secret key files in an API request. I have toyed ...
Matt M's user avatar
  • 1
1 vote
0 answers
35 views

ASN1 corrupted data exception when converting .cer and .key files to .pfx in C#

I have a .cer file, .key and a password. I need to convert them to a .pfx file in .NET 6 but I have not a clear idea how to do it. With the help of ChatGPT I came up with this code but it is not ...
uplae's user avatar
  • 11
0 votes
2 answers
39 views

How do I list certificates in personal store across all servers in domain

I need to get a list of all of the certificates in the personal store across all of the servers in my domain. I am currently using the following powershell command which provides the desired results ...
NullCool's user avatar
0 votes
0 answers
8 views

how to create a new certifiacte using an existing certificate private key

I use these command to create new certificates on windows $cert = New-SelfSignedCertificate -Provider "Microsoft Enhanced RSA and AES Cryptographic Provider" -KeyAlgorithm RSA -KeyLength ...
Anil Bind's user avatar
1 vote
0 answers
21 views

Consuming SOAP with Spring boot digital certificate

I created the following structure to consume a SOAP web service that uses a digital certificate My configuration is like this: @Bean public SSLContext sslContext() throws Exception { String ...
Douglas Rezende's user avatar
0 votes
0 answers
20 views

dotnet run command throws "system cannot find the path specified" exception for certificate

In implementing the "dotnet run" command in my vscode terminal, I keep getting the "system cannot find the path specified" exception, specifically for the certificate. Currently ...
Jazzwal's user avatar
  • 11
0 votes
1 answer
94 views

CryptAcquireCertificatePrivateKey() fails with error CRYPT_E_NO_KEY_PROPERTY

This is the setup AD CS (windows server 2019 Hyper-V VM) Created a new template by duplicating smartcard logon template. Changed provider to Microsoft Software Key Storage Provider. Algorithm is RSA ...
HNR's user avatar
  • 101
0 votes
0 answers
19 views

Unable to embed an external url in iframe in an lwc which needs certificate to access

I am trying to embed an external url in my lwc as an iframe. The external url needs a certificate and that certificate i have added in certificate and keys in setup. But I am unable to access that url....
Nishant Khandelwal's user avatar
0 votes
0 answers
51 views

How to generate x509 v3 cert with the PrivateKeyUsagePeriod extension

I want to generate a v3 certificate which contains the PrivateKeyUsagePeriod extension. I have created an opnessl.cnf configuration file which contains the privateKeyUsagePeriod under [v3_req] but the ...
Hamdaan Ali's user avatar
0 votes
0 answers
36 views

Zephyr os mqtt tls thingsboard : mqtt_connect fails with return -2

I am trying to connect to mqtt.thingsboard.cloud server with mqtt tls protocol but I encounter the following error : 00:00:18.056,000\] \<inf\> net_mqtt_publisher_sample: Attempting to connect ...
Hally_BDX's user avatar

15 30 50 per page
1
2 3 4 5
671