/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