Skip to content

v6.0.0

  • v6.0.0
  • 7dba5d1
  • Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
  • Choose a tag to compare

  • v6.0.0
  • 7dba5d1
  • Choose a tag to compare

  • Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
@robbavey robbavey tagged this 16 Dec 14:39
* Mark previously deprecated SSL settings as obsolete

- SSL settings that were marked deprecated in version `5.6.0` are now marked obsolete, and will prevent the plugin from starting.
- These settings are:
  - `cacert`, which should be replaced by `ssl_certificate_authorities`
  - `client_cert`, which should be replaced by `ssl_certificate`
  - `client_key`, which should be replaced by `ssl_key`
  - `keystore`, which should be replaced by `ssl_keystore_path`
  - `keystore_password`, which should be replaced by `ssl_keystore_password`
  - `keystore_type`, which should be replaced by `ssl_keystore_password`
  - `truststore`, which should be replaced by `ssl_truststore_path>`
  - `truststore_password`, which should be replaced by `ssl_truststore_password`
  - `truststore_type`, which should be replaced by `ssl_truststore_type`


---------

Co-authored-by: Cas Donoghue <[email protected]>
Assets 2
Loading