FreeBSD/jails/config/elk/updateCerts.sh

4 lines
148 B
Bash
Raw Normal View History

2021-02-13 11:38:38 -08:00
cp /mnt/certs/diy*.pem /usr/local/etc/elasticsearch/certs
cp /mnt/certs/cacert.pem /usr/local/etc/elasticsearch/certs
service elasticsearch restart