...
The following configuration must be made in container environmental environment variables. For conversion of parameter name to environment variable name, see https://kgs-software.atlassian.net/wiki/spaces/DOCUEN/pages/2749628418/Application+wide+settings#Environment-variables.
Application-wide setting | Explanation |
---|---|
| Key store format. Supported are PKCS12 and JKS supported. PKCS12 is preferred. |
| Location of the keystore |
| Password for the keystore |
| Alias for the certificate in the pkcs12 store |
|
|
...
Add to environment variables:
Code Block |
---|
-e SERVER_SSL_KEY-STORE-TYPEKEYSTORETYPE:PKCS12 -e SERVER_SSL_KEY-STOREKEYSTORE:/application/kgs.p12 -e SERVER.SSL.KEY-STORE-PASSWORDKEYSTOREPASSWORD:test1234 -e SERVER_SSL_KEY-ALIASKEYALIAS:kgs -e SERVER_SSL_ENABLED:true |
...