-
-
Save Simonx123/a637bc8f1931be0c258b69b95bdba5c8 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