You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The mysql image automatically generates TLS certificates on startup if there is no key present.
It would be useful to have this functionality in the mariadb image as well, especially for testing in CI runs.
For example using GitHub Actions service containers does not provide an easy way to bring your own pre-generated certificates from your repository.
Good idea. From MDEV-16219 its obviously an outstanding feature request that has been there a while. I can't say when I get to it but making the feature available for test and production systems sounds like a really good feature.
The mysql image automatically generates TLS certificates on startup if there is no key present.
It would be useful to have this functionality in the mariadb image as well, especially for testing in CI runs.
For example using GitHub Actions service containers does not provide an easy way to bring your own pre-generated certificates from your repository.
https://github.com/docker-library/mysql/blob/37cf4047a0544046c9ecce8f2885d4f362a227bc/template/docker-entrypoint.sh#L200-L205
As there does not seem to be an equivalent
mariadb_ssl_rsa_setup
this would probably need certificates generated explicitly via e.g.openssl
.The text was updated successfully, but these errors were encountered: