Skip to content

2.1.0 - Add SSL configuration for databases

Compare
Choose a tag to compare
@JamesClonk JamesClonk released this 02 Oct 17:06
· 19 commits to master since this release
52d1759

Adds new configuration options for SSL, to allow specifying various SSL parameters for your database connections.
See https://github.com/swisscom/backman/blob/master/docs/configuration.md

  • ssl.ca_cert_path: optional, the path to the CA certificate (MySQL, PostgreSQL and MongoDB only)
  • ssl.client_cert_path: optional, the path to the client certificate (MySQL and PostgreSQL only)
  • ssl.client_key_path: optional, the path to the client key (MySQL and PostgreSQL only)
  • ssl.pem_key_password: optional, the password for the PEM Key (MongoDB only)
  • ssl.pem_key_path: optional, the path to the PEM Key (MongoDB only)
  • ssl.verify_server_cert: optional, whether to verify the server certificate (MySQL and PostgreSQL only)