We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There is no documentation in https://mercedes-benz.github.io/sechub/latest/sechub-operations.html how to setup server encryption.
There are snippets in
...but nowhere is explained how to create an encryption key (which is needed for the environment variable for activating encryption)
Append documentation to the sechub-operations document on how to set up SecHub server encryption.
It should contain for SecHub server as well as for PDS:
<string>
echo -n "<string>" | base64
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Situation
There is no documentation in https://mercedes-benz.github.io/sechub/latest/sechub-operations.html how to setup server encryption.
There are snippets in
...but nowhere is explained how to create an encryption key (which is needed for the environment variable for activating encryption)
Wanted
Append documentation to the sechub-operations document on how to set up SecHub server encryption.
It should contain for SecHub server as well as for PDS:
<string>
andecho -n "<string>" | base64
The text was updated successfully, but these errors were encountered: