dbcli / mssql-cli

A command-line client for SQL Server with auto-completion and syntax highlighting
BSD 3-Clause "New" or "Revised" License
1.35k stars 191 forks source link

Feature: Option to pass CA Certificate PEM File #402

Open david-leathers opened 4 years ago

david-leathers commented 4 years ago

Presently, there is no command line option or environment variable to supply a CA Certificate PEM file. This features is helpful for deployments where certificates may not be supplied by the operating system.

This functionality is also available in other popular database cli tools, such as MySQL and PostgreSQL.

PS- Really like mssql-cli; this is an awesome project, keep up the great work! 🙂

ellbosch commented 4 years ago

Makes sense. Thanks for the feedback!