The following parameters are required to run the authentication server under HTTPS (Hypertext Transfer Protocol for secure communication).


Parameter

Required

Description

Default value
server.ssl.enabledyes

This option enables or disables HTTPS. If enabled, the authentication server will only use a secure HTTPS protocol. It is strongly recommended that you enable HTTPS for production environments. Available values are true and false.

true
server.ssl.key-storeyesThe path to a keystore file in the file system. It can be relative to the authentication server directory or absolute.../configuration/keystore.p12
server.ssl.key-store-typeyesA keystore type. The available types are JKS and PKCS12.PKCS12
server.ssl.key-store-passwordnoA keystore password (required if the keystore is password-protected). It should be changed for a production environment.nomagic
server.ssl.key-passwordnoA private key password (required if the private key is password-protected). It should be changed for a production environment.nomagic
server.ssl.key-aliasyesA private key alias used to identify a key in the keystore.teamworkcloud