
The properties `spring.couchbase.env.ssl.key-store` and `spring.couchbase.env.ssl.key-store-password` are deprecated in favor of configuring an SSL bundle with `spring.couchbase.env.ssl.bundle`. The older properties have somewhat confusing names, since they are used to configure a trust store in Couchbase, and they don't provide all the options that an SSL bundle provides. Closes gh-35135