Karnam
Results
1
comments of
Karnam
@spencergibb Thanks for the reply . Here is the bootstrap.yml configuration: ``` server: port: 8443 ssl: key-store: ${application.ssl.keystore} key-store-password: ${application.ssl.keystore.password} key-store-type: ${application.ssl.keystore.type} client-auth: ${application.ssl.keystore.type.one.way} enabled: ${application.ssl.enabled} key-store-provider: ${application.ssl.keystore.provider} trust-store: ${application.ssl.truststore}...