All Downloads are FREE. Search and download functionalities are using the official Maven repository.

.spring-security-multi-auth-samples.0.0.15.source-code.application.yml Maven / Gradle / Ivy

There is a newer version: 0.0.24
Show newest version
server:
    ssl:
        client-auth: WANT
        enabled: true
        trust-store: classpath:keystores/truststore.jks
        trust-store-password: changeit
        key-store: classpath:keystores/keystore.jks
        key-store-password: changeit
        self-signed:
          ca-alias: obri-internal-ca
    port: 8443

trust-store:
    path: classpath:keystores/truststore.jks
    password: changeit




© 2015 - 2024 Weber Informatics LLC | Privacy Policy