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

web-ui: enable provided ssl keystore #3596

Open
sven-dmlr opened this issue Nov 7, 2024 · 0 comments
Open

web-ui: enable provided ssl keystore #3596

sven-dmlr opened this issue Nov 7, 2024 · 0 comments

Comments

@sven-dmlr
Copy link
Member

Situation

Currently Nginx always uses a self-signed certificate created along with the container build.

Wanted

Possibilty to provide a custom ssl key and certificate.
In the first step pkcs12 keystore format shall be supported (because it is already used in SecHub server).

Solution

Create a "certificate management script" for the container which checks if a custom pkcs12 keystore is provided.
If yes then the script replaces the self-signed with the custom ones from the pkcs12 file.

@sven-dmlr sven-dmlr added this to the Web-UI-Frontend 0.2.0 milestone Nov 7, 2024
@sven-dmlr sven-dmlr self-assigned this Nov 7, 2024
@sven-dmlr sven-dmlr changed the title web-iu: enable provided ssl keystore web-ui: enable provided ssl keystore Nov 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant