I run across this topic once in a while, trying to remember how this was done then find all the incomplete answers again (with config files, oneliners,ignoring that we really want to use a custom CA to create a full certificate chain etc.). And many…
By default unique_subject is set to yes, which prevents you from signing multiple
certificates with the same distinguished name. Attempting to sign such a certificate will
result in the following error message.
failed to update database
TXT_DB error…
Since couple of days I've been encountering problems with installing R packages during docker image build:
> install.packages("devtools", repos = "https://mran.microsoft.com/snapshot/2018-10-25")
Installing package into…
I am getting an error when I am trying to pull docker image.
We have set up the proxy, and in our organization we have explicit proxy, so to access external server we cannot do without setting it.
[root@DX2821 city]# docker pull hellow-world
Using…
I was studying Hyperledger Fabric and running sample codes .
I am still trying to get the correct picture of how things work ,especially in the user/admin registration and enrollment using certificates and crypt materials.
I want to know how the…
We have an internal CA server.
We have an Android app that should communicate via https with our webserver, and have generated the required certificates. When we connect to the server through our app, it fails with the current stacktrace:
Caused…
I have a problem when do business with AppleWallet.
They offer me three certificates:
Leaf Certificate in String format;
Sub Certificate in String format;
Apple Root CA - G3 Cert file, ends with ".cer"
My problem: how do I verify and encode the…
kube-apiserver does not seem to provide an option to use a certification revocation list (CRL).
Is there a way to revoke a client certificate if it's lost or not used anymore?
I'm been desperately trying to get my MQTT clients to connect to a MQTT broker which is set up with a certificate from a CA. (Letsencrypt: https://pypi.python.org/pypi/letsencrypt/0.4.1) I'm using the same certificate for my https site, and that…
I use the below server.c source, i generated
sinful-host-cert.pem
sinful-host.key
as described here: Elliptic Curve CA Guide
When running the program get the following errors:
140722397161136:error:10071065:elliptic curve…
I created a CA using OpenSSL and used it to sign a certificate for my localhost, and also a secondary DNS entry on my localhost, preview-localhost.
I have installed the CA cert into the Trusted Root Certificate on my machine, and added my localhost…
I have a X509Certificate (version 1) instance in Java and I need to identify if it is a CA certificate or user certificate.
I tried this How to check if X509Certificate is CA certificate?, but with the solutions provided there i could differentiate…
1. Question:
Does HTTP Public-Key-Pinning (HPKP) really improve security?
A MITM (e.g. NSA) could intercept the first request to a server and respond with a "faked" certificate, signed by a compromised CA.
So HPKP only improves security if the…
I keep getting UNABLE_TO_VERIFY_LEAF_SIGNATURE
When I set rejectUnauthorized: false, it connects and makes the request. Then it sends back the correct data.
I am using Node's https request function.
My CA is set up like so in side my options…
Recently, my legacy Docker image stopped building because certain files refuse to download while building the image even though they download fine on my host system (and worked fine in the build before). This Dockerfile reproduces the problem:
FROM…