Also this is the section in server.conf where I do the changes:
rest_enable_tls = True
# The X.509 certificate chain file in PEM format to use for securing the REST API.
rest_tls_cert_file = /etc/ssl/cert.pem
# The PKCS#8 private key file in PEM format to use for securing the REST API.
rest_tls_key_file = /etc/ssl/pkcs8-plain.pem
# The password to unlock the private key used for securing the REST API.
rest_tls_key_password =
web_enable_tls = True
# The X.509 certificate chain file in PEM format to use for securing the web interface.
web_tls_cert_file = /etc/ssl/cert.pem
# The PKCS#8 private key file in PEM format to use for securing the web interface.
web_tls_key_file = /etc/ssl/pkcs8-plain.pem
# The password to unlock the private key used for securing the web interface.
web_tls_key_password =
Any help in any direction would be much appreciated. Thanks in advance.
“10.0.0.12” (what you’ve configured in the Graylog configuration file in rest_listen_uri or rest_transport_uri) is not the same as “geolad” (which is the Common Name/CN of the certificate you’ve created).