A DNS that has been eliminated is still resulting in X.509 Certificate Subject CN Does Not Match the Entity Name

I ran a Nexpose scan on a DNS that no longer resolves and a vulnerability was found : X.509 Certificate Subject CN Does Not Match the Entity Name
I don’t know why it’s still producing a vulnerability when the DNS should not even resolve.
H… Continue reading A DNS that has been eliminated is still resulting in X.509 Certificate Subject CN Does Not Match the Entity Name

Why create a CSR on my own server to have it signed by a 3rd party?

I am looking into our current website certificate-management process and am looking for steps that may be unnecessary and can be simplified. The current process was created by our sysadmin who now left, and I am confused about step 1 below… Continue reading Why create a CSR on my own server to have it signed by a 3rd party?

How do we know that our SSL certificates are to be trusted?

On Linux, the /etc/ssl/certs folder includes all the necessary public keys for Certificate Authorities. If I have not misunderstood something, this makes it possible to verify public keys received from other servers over the internet.
But … Continue reading How do we know that our SSL certificates are to be trusted?

Self-signed certificate chain verified by OpenSSL but Windows says leaf is invalid

Let’s say I have rootCA.crt, intermediateCA.crt and leaf.crt. I used openssl to veriy leaf.crt:
cat rootCA.crt intermediate.crt > chain.crt
openssl verify -CAfile chain.crt leaf.crt

and it said everything was OK.
I later added rootCA.c… Continue reading Self-signed certificate chain verified by OpenSSL but Windows says leaf is invalid

cert-manager: Automatically provision and manage TLS certificates in Kubernetes

cert-manager adds certificates and certificate issuers as resource types in Kubernetes clusters and simplifies the process of obtaining, renewing, and using those certificates. It can issue certificates from a variety of supported sources, including Le… Continue reading cert-manager: Automatically provision and manage TLS certificates in Kubernetes