Story #6845
closedStory #6331: [Epic] Add SSL support
As an installer user, I can configure Pulp to run with TLS enabled using certificates I provide
100%
Description
Background¶
In some cases users of Pulp have TLS certificates that they provide. Specifically this is a certificate and a key file.
Solution¶
Add options to the installer for the user to provide the certificate and key file (separately). If the user provides these options, the Apache or Nginx configuration should offer Pulp on port 443 with TLS enabled using the certificate and key.
This option would not be enabled by default.
Updated by pulpbot over 4 years ago
- Status changed from NEW to POST
Updated by dkliban@redhat.com over 4 years ago
- Groomed changed from No to Yes
- Sprint set to Sprint 74
Updated by pulpbot over 4 years ago
Updated by pulpbot over 4 years ago
Added by spredzy over 4 years ago
Added by spredzy over 4 years ago
Revision 83e9b685 | View on GitHub
pulp_webserver: Add support for TLS configuration
Enable HTTPS by default when deploying a new pulp server. One can either specify the value of the certificate and the key. Or, if none available, can have the installer generating them.
Support has been added for both nginx and apache.
fixes #6845 https://pulp.plan.io/issues/6845 fixes #6847 https://pulp.plan.io/issues/6847
Co-Authored-By: Matthias Dellweg mdellweg@redhat.com
Updated by spredzy over 4 years ago
- Status changed from POST to MODIFIED
- % Done changed from 0 to 100
Applied in changeset ansible-pulp|83e9b685ec2f4cf488b54932ff4023d1046fd662.
Updated by ttereshc about 4 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
pulp_webserver: Add support for TLS configuration
Enable HTTPS by default when deploying a new pulp server. One can either specify the value of the certificate and the key. Or, if none available, can have the installer generating them.
Support has been added for both nginx and apache.
fixes #6845 https://pulp.plan.io/issues/6845 fixes #6847 https://pulp.plan.io/issues/6847
Co-Authored-By: Matthias Dellweg mdellweg@redhat.com