SSL
DOCS
Default certificate renewal
WEB
# export LD_LIBRARY_PATH=/opt/splunk/lib/:$LD_LIBRARY_PATH
mkdir /opt/splunk/etc/auth/mycerts
cd /opt/splunk/etc/auth/mycerts
/opt/splunk/bin/openssl genrsa -aes256 -out myServerPrivateKey.key 2048
/opt/splunk/bin/openssl req -new -key myServerPrivateKey.key -out myServerCertificate.csr
/opt/splunk/bin/openssl x509 -req -in myServerCertificate.csr -sha512 -signkey myServerPrivateKey.key -CAcreateserial -out myServerCertificate.pem -days 3650
chown -R splunk:splunk /opt/splunkSERVER
Last updated