Added keystore type and truststore type to rabbit properties
See gh-10251
This commit is contained in:
committed by
Stephane Nicoll
parent
f04fa32c27
commit
b70ac99bcb
@@ -1051,8 +1051,10 @@ content into your application; rather pick only the properties that you need.
|
||||
spring.rabbitmq.requested-heartbeat= # Requested heartbeat timeout, in seconds; zero for none.
|
||||
spring.rabbitmq.ssl.enabled=false # Enable SSL support.
|
||||
spring.rabbitmq.ssl.key-store= # Path to the key store that holds the SSL certificate.
|
||||
spring.rabbitmq.ssl.key-store-type= # Type of key store (jks, pkcs12,..). Defaults to pkcs12 if not set
|
||||
spring.rabbitmq.ssl.key-store-password= # Password used to access the key store.
|
||||
spring.rabbitmq.ssl.trust-store= # Trust store that holds SSL certificates.
|
||||
spring.rabbitmq.ssl.trust-store-type= # Type of trust store (jks, pkcs12,..). Defaults to jks if not set
|
||||
spring.rabbitmq.ssl.trust-store-password= # Password used to access the trust store.
|
||||
spring.rabbitmq.ssl.algorithm= # SSL algorithm to use. By default configure by the rabbit client library.
|
||||
spring.rabbitmq.template.mandatory=false # Enable mandatory messages.
|
||||
|
||||
Reference in New Issue
Block a user