Explore >> Select a destination


You are here

adamu.jp
| | gist.github.com
1.9 parsecs away

Travel
| | Self Signed Certificate with Custom Root CA. GitHub Gist: instantly share code, notes, and snippets.
| | alexzeng.wordpress.com
2.7 parsecs away

Travel
| | I'm working on setup authentication for an internal website recently.To protect usernames and passwords, setting up HTTPS is very necessary. Here is my first trial on HTTPS/SSL: Step 1. Check if apache has ssl module compiled Step 2. Compile apache if it didn't have ssl module Step 3. Config apache SSL A. Load ssl module,...
| | wiki.sympl.io
3.2 parsecs away

Travel
| |
| | www.sudo.ws
5.3 parsecs away

Travel
| Using sudo_logsrvd to centrally collect sudo session recordings from your network is a huge step forward in security: users cannot delete or modify session recordings locally. However, by default, transmission of recordings is not encrypted, making it open to modifications and eavesdropping. Encrypting the connection between sudo and sudo_logsrvd can eliminate these problems. Larger environments usually either have in-house PKI tooling in place, or colleagues who know all openssl options off the top of their heads. However, small and medium enterprises often lack the infrastructure or knowledge to work with TLS certificates.