Here is an article how to create a self-signed certificate in PEM format and then convert it to PFX, written specifically in the context of SQL Server: https://codekabinett.com/rdumps.php?Lang=2&targetDoc=create-install-ssl-tls-certificate-sql-server
How to add TLS/SSL Security to SQL Server
Hello,
I want to set up a secure TLS/SSL security on my Microsoft SQL Server to connect it with an online server. The server requires the CA certificate for this to be in Privacy-Enhanced Mail (PEM) format. I have tried making a self-signed certificate using Microsoft's Powershell Command but that did not work due to the certificate not having a non-exportable private key. If possible, I would like to know how I can create an appropriate CA certificate to enable TLS/SSL security on SQL Server and connect to the online server.
Any help is appreciated.
SQL Server Other
-
Erland Sommarskog 121.4K Reputation points MVP Volunteer Moderator
2024-08-15T21:10:28.83+00:00
1 additional answer
Sort by: Most helpful
-
Zahid Butt 961 Reputation points
2024-08-15T17:29:57.94+00:00 Hi,
Please go through below link for instructions to create PEM file:
https://knowledge.digicert.com/tutorials/create-pem-file-for-tls-ssl-certificate-installations