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
{{ message }}
This repository was archived by the owner on Nov 19, 2024. It is now read-only.
PR magento/magento2#25398 introduced the following new bin/magento setup:install options in Magento 2.3.4:
--db-ssl-key=<MYSQL_CLIENT_KEY>
--db-ssl-cert=<MYSQL_CLIENT_CERT>
--db-ssl-ca=<MYSQL_SERVER_CERT>
These options have not been documented in devdocs.
Possible solutions:
Add the options and descriptions to the Site, database, and RabbitMQ configuration options table in this section.
Additional information:
These options will be included in the Magento CLI Tools Reference topic when we update the data files in the devdocs project immediately following the 2.3.4 release. No further action necessary.