Skip to content

Instantly share code, notes, and snippets.

@kevsersrca
Last active August 7, 2018 11:02
Show Gist options
  • Save kevsersrca/33b6c7311908a45f8d58fbcc6fd19af8 to your computer and use it in GitHub Desktop.
Save kevsersrca/33b6c7311908a45f8d58fbcc6fd19af8 to your computer and use it in GitHub Desktop.
influxdbsecurity1

/etc/influxdb/influxdb.conf dosyasını aşağıdaki gibi editleyiniz

[http]

  [...]

  # Determines whether HTTPS is enabled.
  https-enabled = true

  [...]

  # The SSL certificate to use when HTTPS is enabled.
  https-certificate = "<bundled-certificate-file>.pem"

  # Use a separate private key location.
  https-private-key = "<bundled-certificate-file>.pem"
  

sonrasında aşağıdaki adımları uygulayabilirsiniz.


systemctl restart influxdb

influx -ssl -host <domain_name>.com

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment