Petals Cockpit 0.22.0-SNAPSHOT

compared with
Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (3)

View Page History
h3. SSL/TLS encryption (https)

The [Secure Socket Layer protocol|http://en.tldp.org/HOWTO/SSL-Certificates-HOWTO/x64.html] ensures secure transactions between web servers and browsers. The protocol uses a third party, a Certificate Authority (CA), to identify one end or both end of the transactions.
Cockpit is supposed to be running within your infrastructure. Which means int will be running in clear, and encryption should be handled elsewhere (with a proxy for instance). Anyway, Cockpit is based upon Dropwizard which handles natively SSL; so configuring encryption in cockpit backend remains an option; should you desire so.

h4. Example of a reverse proxy setup
}
# ipv6 and ipv4 listener
listen [::]:443 ssl ipv6only=on;
listen 443 ssl;