Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable SSL support and refactor image sources #183

Merged
merged 12 commits into from
Dec 19, 2017
Merged

Conversation

hhorak
Copy link
Member

@hhorak hhorak commented Dec 4, 2017

This PR is a bit bigger than I originally hoped. There are basically these issues addressed here:

  1. The most significant change is adding SSL feature -- by installing the module.

  2. However, when running SSL server, user should be able to provide own SSL certificates, which is technically extending the image, so the general extendibility was also added as part of this PR, similar to what was already done in case of httpd container (https://github.com/sclorg/httpd-container/).

  3. When working with configuration files, it turned to be pain to do it when those paths are hard-coded in scripts, while it also prevents it from sharing the same code across versions and platforms. Thus, I decided to also replace the hard-coded paths by variables defined in the Dockerfile. It allows to share the scripts better, makes it less error-prone for copy-paste errors and also allows to share scripts with Fedora based image.

  4. As a proof for the last point, Fedora image is attached as part of this PR as well.

@hhorak
Copy link
Member Author

hhorak commented Dec 5, 2017

This addresses https://bugzilla.redhat.com/show_bug.cgi?id=1478556 btw.

@hhorak
Copy link
Member Author

hhorak commented Dec 5, 2017

@remicollet WDYT?

local dir=${1:-.}
if [ -d ${dir}/httpd-ssl/private ] && [ -d ${dir}/httpd-ssl/certs ]; then
echo "---> Looking for SSL certs for httpd..."
cp -r ${dir}/httpd-ssl ${HTTPD_APP_ROOT}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

HTTPD_APP_ROOT is missing. (cause of CI failure)

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thx, it's was a copy/paste issue, fixing it just now.

@remicollet
Copy link
Contributor

LGTM (quick look), as far as synced with httpd container change which have been merged.

@hhorak
Copy link
Member Author

hhorak commented Dec 19, 2017

[test-openshift]

@hhorak
Copy link
Member Author

hhorak commented Dec 19, 2017

Thanks, merging.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants