Skip to content

Instantly share code, notes, and snippets.

@JDHatman
Created August 19, 2015 16:19
Show Gist options
  • Save JDHatman/5ba271e6db62e8260202 to your computer and use it in GitHub Desktop.
Save JDHatman/5ba271e6db62e8260202 to your computer and use it in GitHub Desktop.
jetty.ini
[jetty]
# IP address or hostname to listen for clear-text HTTP. To avoid resolution
# issues, IP addresses are recommended over hostnames.
# Default is `localhost`.
# host = <host>
host = puppetdbtest.fruit.com
# Port to listen on for clear-text HTTP.
port = 8080
# The following are SSL specific settings. They can be configured
# automatically with the tool `puppetdb ssl-setup`, which is normally
# ran during package installation.
# IP address to listen on for HTTPS connections. Hostnames can also be used
# but are not recommended to avoid DNS resolution issues. To listen on all
# interfaces, use `0.0.0.0`.
ssl-host = puppetdbtest.fruit.com
# The port to listen on for HTTPS connections
ssl-port = 8081
# Private key path
ssl-key = /etc/puppetdb/ssl/private.pem
# Public certificate path
ssl-cert = /etc/puppetdb/ssl/public.pem
# Certificate authority path
ssl-ca-cert = /etc/puppetdb/ssl/ca.pem
~
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment