Skip to content

Instantly share code, notes, and snippets.

@Callonski
Created July 19, 2020 15:02
Show Gist options
  • Save Callonski/ff66d5a33b217dd86ef9a40e3ee23fc2 to your computer and use it in GitHub Desktop.
Save Callonski/ff66d5a33b217dd86ef9a40e3ee23fc2 to your computer and use it in GitHub Desktop.
############### CERTIFICATES FOR KIBANA ##############
gsutil cp "${ca_bucket}http.p12" /etc/kibana
gsutil cp "${ca_bucket}elasticsearch-ca.pem" /etc/kibana
chmod 777 /etc/kibana/http.p12
chmod 777 /etc/kibana/elasticsearch-ca.pem
chmod 777 /etc/ssl/certs/elasticsearch-ca.pem
cp /etc/kibana/elasticsearch-ca.pem /etc/ssl/certs
touch /var/log/kibana.log
sudo chmod 777 /var/log/kibana.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment