Fading Coder

One Final Commit for the Last Sprint

Configuring Self-Signed SSL Certificates for SQL Server Connections

Before proceeding with SSL certificate configuration, ensure that SQL Server is properly installed and accessible. Two critical prerequisites must be satisfied: Enable TCP/IP Protocol Launch the Sql Server Configuration Manager tool that accompanies SQL Server installation. Navigate to SQL Server Ne...

Setting Up Mutual TLS Authentication with Nginx

One-Way TLS Authentication In one-way TLS, only the client verifies the server's identity. The server presents its certificate, the client validates it, and a secure session is established without the server checking the client's certificate. This is typical for public websites. The handshake procee...

Configuring SSL Access for an Oracle Database

Prerequisites and Environment Setup To enable SSL access for an Oracle database, you need a functioning server and client environment. In this example: Server: CentOS 7.9 running Oracle Database 11.2.0.4.0 Client: Windows Server 2008 R2 running Oracle Client 11.2.0.3.0 Start by creating wallets and...

Configuring TLS for ETCD: Common Pitfalls and Solutions

Environment Setup A cluster with three CentOS 7 virtual machines is used: one master and two etcd nodes. The master also serves as a node for pod workloads. Certificate distribution and other operations are performed from a separate host configured with SSH key-based access to all cluster nodes. IP...