openssl x509 -in certificate.pem -inform PEM -noout -subject -issuer
If subject and issuer are same : It is self signed certificate
If subject and issuer are different : It is CA signed certificate and issuer will be CA
Hasitha's Blog is a blog that helps DevOps people do our regular tasks easily and perfectly.
openssl x509 -in certificate.pem -inform PEM -noout -subject -issuer
File Sharing using NFS in GKE Cluster There was a requirement to create common file sharing location which should be accessible by specific...