Created
July 19, 2020 15:02
-
-
Save Callonski/ff66d5a33b217dd86ef9a40e3ee23fc2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
############### 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