Actions
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
Status:
CLOSED - CURRENTRELEASE
Priority:
Normal
Assignee:
-
Category:
Installer - Moved to GitHub issues
Sprint/Milestone:
Start date:
Due date:
% Done:
100%
Estimated time:
Platform Release:
Groomed:
Yes
Sprint Candidate:
No
Tags:
Sprint:
Sprint 78
Quarter:
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.
Actions
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