x509cert / CreateSqlCerts

Simple tool to create root CA cert and Server cert

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is an incredibly simple piece of code to create a Root CA cert and then create a Server cert signed by the Root CA. I wrote it to help me test TLS configs for SQL Server in a VM or on-prem. It is emphatically NOT production quality.

Hopefully, the comments in the code make it obvious what's going on.

About

Simple tool to create root CA cert and Server cert

License:MIT License


Languages

Language:C# 100.0%