Project

General

Profile

Actions

Feature #29892

closed

Automatically use the server certificates for websockets

Added by Ewoud Kohl van Wijngaarden almost 5 years ago. Updated almost 5 years ago.

Status:
Closed
Priority:
Normal
Category:
Foreman modules
Target version:
-
Difficulty:
Triaged:
Yes
Fixed in Releases:
Found in Releases:

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.

Actions

Also available in: Atom PDF