Skip to content

Conversation

f-trivino
Copy link
Collaborator

This needs to be used when hosting the project in production with Apache, mod_ssl, and mod_wsgi (enabling SSL).

Self-certificate can be generated with openssl.

@@ -0,0 +1,20 @@
<VirtualHost *:443>
LogLevel info
ServerName master.ipa.test
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

this name should not be hardcoded

This needs to be used when hosting the project in production with
Apache, mod_ssl, and mod_wsgi (enabling SSL).

Self-certificate can be generated with openssl.

Related: freeipa#29
Signed-off-by: Francisco Trivino <[email protected]>
@f-trivino f-trivino changed the title WIP: Add sample virtualhost .conf file for Apache2 on Fedora Add sample virtualhost .conf file for Apache2 on Fedora Jun 6, 2023
Copy link
Collaborator

@antoniotorresm antoniotorresm left a comment

Choose a reason for hiding this comment

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

Tested in container environment, LGTM.

@f-trivino f-trivino merged commit 1420ae2 into freeipa:main Jun 6, 2023
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.

2 participants