Explore >> Select a destination


You are here

www.learnitguide.net
| | alexzeng.wordpress.com
3.0 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,...
| | zaries.wordpress.com
4.1 parsecs away

Travel
| | There are thousands of articles and entries in stackexchange but none of them worked for me out of the box. So after hours of battling with this issue here is my short recipe. Create the Root Key: openssl genrsa -out rootCA.key 2048 Self-sign this root certificate: openssl req -x509 -new -nodes -key rootCA.key -sha256 -days...
| | www.tumfatig.net
3.4 parsecs away

Travel
| | The OpenBSD virtual machine daemon works pretty well with Linux VMs nowadays. This was time for me to see if I could replace the Synology Docker service with some Docker host provided by vmd(8).
| | greg.molnar.io
14.5 parsecs away

Travel
| In this tutorial, I will show you how to use MRSK to deploy a Rails app to a VPS, run Caddy in front of the docker container to handle SSL, use a hosted database server, run Redis on the same droplet, run a worker to process background jobs