Actions
Bug #5399
closedsetup.rb --devel misconfigured for smart proxy
Description
% setup.rb --devel --devel-user=thomasmckay fedora19
- User 'thomasmckay' needs to be added to 'puppet' group in order to access puppet certs
- ~thomasmckay/foreman/config/settings.yaml needs the following to allow access to smart proxy at https://fqdn:9090
```
:ssl_certificate: "/etc/pki/katello/certs/katello-ca.crt"
:ssl_ca_file: "/etc/pki/katello/certs/katello-ca.crt"
:ssl_priv_key: "/etc/pki/katello/private/katello-ca.key"
```
Actions