Code: Select all
spring:
ssl:
bundle:
jks:
foo:
keystore:
location: classpath:foo.pfx
password: ""
type: PKCS12
protocols:
- TLSv1.3
ciphers:
- TLS_AES_128_GCM_SHA256
bar:
keystore:
location: classpath:bar.pfx
password: ""
type: PKCS12
protocols:
- TLSv1.3
ciphers:
- TLS_AES_128_GCM_SHA256
server:
ssl:
server-name-bundles:
- server-name: foo.example.com
bundle: foo
- server-name: bar.example.net
bundle: bar
Mobile version