Import SSL Certificates in trust store

First download certificate in java file [java] echo -n | openssl s_client -servername <hostname> -connect <hostname>:443 | sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' > /tmp/key.cert[/java] Import it using keytool command [java]keytool…

Read Full Recipe
36 views 7:47 pm 0 Comments

Hands on with ansible: Elastic Search

Requirement: Update log4j2.properties on all elastic search servers, restart them and check if logs are being rolled and purged over or not. Use Case 1: Take backup of existing log4j2.properties…

Read Full Recipe
26 views 11:41 pm 0 Comments