This focuses on generating the certificates for loading local virtual hosts hosted on your computer, for development only.
Do not use self-signed certificates in production ! For online certificates, use Let's Encrypt instead (tutorial).
-- to use sqlCmd ( command line sql tool) | |
-- open command prompt and execute the "sqlcmd.exe" probably located at | |
-- "C:\Program Files\Microsoft SQL Server\100\Tools\Binn" | |
> sqlcmd.exe -U username -P password -S .\sqlServer | |
This will open sql server in cmd | |
1> select DB_Name() |
This focuses on generating the certificates for loading local virtual hosts hosted on your computer, for development only.
Do not use self-signed certificates in production ! For online certificates, use Let's Encrypt instead (tutorial).