x509 Questions
1
I have a web app whose rest endpoints I have secured using X.509 Public Key Authentication mechanism. To explain it in bit detail, I had to add my sample clients' public certificates into my server...
Clownery asked 15/6, 2017 at 10:4
2
I Read through many documents in the mongoDB doc, still unclear how authentication works for clients an member of replica set(using x.509).
Found a resource "http://pe-kay.blogspot.in/2016/02/secu...
Caruncle asked 23/12, 2016 at 13:3
0
My C++ application (WinSCP) connects to my server to check for new versions. The HTTPS code uses neon and OpenSSL libraries. I'm verifying the TLS certificate using CertVerifyCertificateChainPolicy...
Quandary asked 28/5, 2024 at 13:42
5
I have just setup an Ubuntu 18.04 LTS Server with Gitlab following the instructions from https://about.gitlab.com/install/#ubuntu.
I have issued a ssl certificate from GoDaddy and confirmed this w...
Deena asked 22/2, 2020 at 7:25
12
I'm using the OpenSSL command line tool to generate a self signed certificate. It seems to be working correctly except for two issues. I can't get it to create a .cer with a Subject Alternative Nam...
Adaurd asked 31/5, 2011 at 22:20
4
Solved
I think I have the right OpenSSL command to sign a certificate but I've gotten stuck and the tutorials I've found use a different argument format (I'm using OpenSSL 0.9.8o 01 Jun 2010).
openssl ...
5
I am getting the error given below when parsing the signature. Anybody has idea why the error is showing?
Note that:
Using the same certificate I signed my own XML and verified which is working...
Awash asked 7/7, 2015 at 17:30
13
Solved
Is there some high level way to write an X509Certificate into a PEM formatted string?
Currently I'm doing x509cert.encode() to write it into a DER formatted string, then base 64 encoding it and app...
3
Solved
In order to perform SSL certificate validation, I am assigning a callback to System.Net.ServicePointManager.ServerCertificateValidationCallback and then I'm trying to build the X.509 chain on my ow...
Ganef asked 10/1, 2018 at 12:13
25
Solved
I have some code that makes a call to a third party web service that is secured using X.509 certification.
If I call the code directly (using a unit test) it works without any problems.
When depl...
7
Solved
This is very similar to other questions but the ones I've looked at either don't have an answer or don't quite ask the same question. I have a self-signed CA certificate, and two other certificates...
Ayeaye asked 30/4, 2013 at 3:43
1
Solved
In go (golang) I need to sign a pdf document, but unlike other languages there are no libraries that make the job easier. I have found a couple of paid ones but they are not an option.
To start, I ...
Reeducate asked 1/12, 2023 at 4:36
22
Solved
I am using a SslServerSocket and client certificates and want to extract the CN from the SubjectDN from the client's X509Certificate.
At the moment I call cert.getSubjectX500Principal().getName() ...
Crispi asked 26/5, 2010 at 15:44
6
I have followed the steps listed here to create a new private key and certificate. Now I am trying to combine them into a .pfx file.
OpenSSL should be able to read in both the private key and the ...
5
I need to create a self signed X509 Certificate with Bouncy Castle in Java, but every class I try to include is deprecated.
How can I solve this? Is there some other class to include?
Thanks
Omnivorous asked 24/4, 2015 at 16:4
3
Solved
Sometimes when users cut and past their x509 certificates into our system from the web, spaces get mixed up in in there.
Is it safe to assume that spaces are not valid characters in x509 certific...
Interpretive asked 21/10, 2014 at 20:56
2
Solved
I have the below piece of code to download cert from Azure Key Vault.
$secretName = "TestCert"
$kvSecret = Get-AzureKeyVaultSecret -VaultName $vaultName -Name $certificateName
$kvSecretBytes = ...
Stoneware asked 13/7, 2017 at 19:6
3
Solved
I have a .crt certificate and a .key private key file on a Linux machine. The private key is in encrypted PKCS#8 format (BEGIN ENCRYPTED PRIVATE KEY...). I would like to import these into an X509Ce...
Atalanta asked 30/9, 2019 at 18:36
2
Solved
How to receive a x509 certificate from client? I'm using Java's Spring-Boot-Framework with embedded tomcat. For protyping I configured this with Java SE:
HttpsExchange httpsExchange = (HttpsExchan...
Hydrometallurgy asked 13/9, 2016 at 13:13
2
The sample openssl root ca config from the OpenSSL Cookbook defines the following (p40):
[req]
...
req_extensions = ca_ext
[ca_ext]
...
Later (p43), the root ca key is generated, then the root ...
11
I am writing a small piece of code which reads public and private key stored in .pem file. I am using the following commands to generate the keys.
Below command to generate pair of key.
$opens...
2
Solved
I managed to consume a java based web service (third party) with WS-Security 1.1 protocol. The web service needs only to be signed over a x509 certificate, not encrypted.
But I'm getting this error...
Taiga asked 25/7, 2018 at 16:21
4
docker build -t oreng/iojs .
INFO[0000] Get https://index.docker.io/v1/repositories/library/iojs/images: x509: certificate signed by unknown authority.
my Dockerfile is
FROM iojs:latest
RUN us...
6
I want to read the contents of a CSR in C#. However, I haven't found any way to do it in C#.
What I've found was the namespace System.Security.Cryptography.X509Certificates, but it only handles exi...
2
Solved
I have the need to generate a JWK with the following parameters:
“kty”: Key Type
“kid”: Key ID
“use”: “sig” Public Key Use
“n”: the modulus
“e”: “AQAB” the public exponent
“x5c”: X. 509 Certi...
Wrench asked 14/9, 2021 at 14:39
1 Next >
© 2022 - 2025 — McMap. All rights reserved.