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

Added SSL compatibility #12

Merged
merged 14 commits into from
Oct 10, 2022
Merged

Added SSL compatibility #12

merged 14 commits into from
Oct 10, 2022

Conversation

shrkz1
Copy link
Member

@shrkz1 shrkz1 commented Oct 3, 2022

image

Certifikat sa vygeneruje:

openssl req -x509 -new -out mycert.crt -keyout mycert.key -days 365 -newkey rsa:4096 -sha256 -nodes

treba tie 2 subory co to vygemeruje hodit sem:

/apache/ssl/mycert.crt
/apache/ssl/mycert.key

Rozbehat docker compose - pozor momentalne s tymto sposobom funguje len ghcr.io/eramba/eramba-enterprise:pr-3842

Erambu otvorit pod https://localhost:8443

@shrkz1 shrkz1 self-assigned this Oct 3, 2022
@shrkz1 shrkz1 linked an issue Oct 3, 2022 that may be closed by this pull request
@shrkz1 shrkz1 merged commit 373bc4a into 1.x Oct 10, 2022
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.

Implement SSL to apache
1 participant