Secure Grafana with HTTPS: Extracting Keys and Certificates
When setting up https for Grafana we need separate files to set the security. One with the certificate chain in PEM format and another with the private key. Step 1: Convert the JKS keystore to the PKCS12 format. After that it will be easier to extract the certificate chain and the private key. Step 2:… Read More »