Actions
Feature #29892
closedAutomatically use the server certificates for websockets
Status:
Closed
Priority:
Normal
Assignee:
Category:
Foreman modules
Target version:
-
Difficulty:
Triaged:
Yes
Description
When specifying custom server certificates, the following options can be used:
--foreman-server-ssl-ca /path/to/cacert.crt \ --foreman-server-ssl-chain /path/to/cacert.crt \ --foreman-server-ssl-cert /path/to/foreman.example.com.crt \ --foreman-server-ssl-key /path/to/foreman.example.com.key \ --foreman-server-ssl-crl "" \ --foreman-websockets-ssl-cert /path/to/foreman.example.com.crt \ --foreman-websockets-ssl-key /path/to/foreman.example.com.key \
In practice you almost always want the websockets cert + key to match the server cert + key. It would be easier for the user if this didn't need to be specified.
Updated by The Foreman Bot over 4 years ago
- Status changed from New to Ready For Testing
- Assignee set to Ewoud Kohl van Wijngaarden
- Pull request https://github.com/theforeman/puppet-foreman/pull/846 added
Updated by Ewoud Kohl van Wijngaarden over 4 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset puppet-foreman|2dc5e7d802e2a11e35bd1e34d28cce05195040ce.
Updated by Tomer Brisker over 4 years ago
- Fixed in Releases 2.1.0 added
- Fixed in Releases deleted (
2.2.0)
Actions