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
To support https in the bss module we should add this options in the command to start the container:
--hostname=<dns_name> --protocol=https
For the dns_url we should create a global variable with this entry.
Also we need to create the following volume:
/etc/ssl/private/sonata/:/usr/local/yeoman/SonataBSS/app/certs/
And verify if the certs for SONATA are available in the folder /etc/ssl/private/sonata/
The text was updated successfully, but these errors were encountered:
No branches or pull requests
To support https in the bss module we should add this options in the command to start the container:
For the dns_url we should create a global variable with this entry.
Also we need to create the following volume:
And verify if the certs for SONATA are available in the folder /etc/ssl/private/sonata/
The text was updated successfully, but these errors were encountered: