diff --git a/etc/foreman.yaml.example b/etc/foreman.yaml.example index e0b0545..3967fbd 100644 --- a/etc/foreman.yaml.example +++ b/etc/foreman.yaml.example @@ -3,9 +3,9 @@ :host: foreman.example.com :port: 443 # if using http with ssl certificates -:ssl_ca: "/var/lib/puppet/ssl/certs/ca.pem" -:ssl_cert: "/var/lib/puppet/ssl/private_keys/foreman.example.com.pem" -:ssl_key: "/var/lib/puppet/ssl/certs/foreman.example.com.pem" +:ssl_ca: "/etc/foreman-proxy/foreman_ssl_ca.pem" +:ssl_cert: "/etc/foreman-proxy/foreman_ssl_cert.pem" +:ssl_key: "/etc/foreman-proxy/foreman_ssl_key.pem" # if using http with username and password instead of https with certicates #:username: admin #:password: changeme