fix(ssl): use 1 instead of on for mysql
This commit is contained in:
		@@ -173,7 +173,7 @@ class StartMysql
 | 
				
			|||||||
                'mysqld',
 | 
					                'mysqld',
 | 
				
			||||||
                '--ssl-cert=/etc/mysql/certs/server.crt',
 | 
					                '--ssl-cert=/etc/mysql/certs/server.crt',
 | 
				
			||||||
                '--ssl-key=/etc/mysql/certs/server.key',
 | 
					                '--ssl-key=/etc/mysql/certs/server.key',
 | 
				
			||||||
                '--require-secure-transport=ON',
 | 
					                '--require-secure-transport=1',
 | 
				
			||||||
            ];
 | 
					            ];
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user