Explore >> Select a destination


You are here

zaries.wordpress.com
| | memo.mx
2.0 parsecs away

Travel
| | A Certificate Authority or CA is an entity that signs digital certificates. These digital certificates are used to validate the connection while using secure mechanisms. Generating a root CA We will use a root CA to create intermediate CA's which are trusted to sign certificates on its behalf. First, prepare the environment. mkdir /root/ca && cd /root/ca mkdir certs crl newcerts private chmod 700 private touch index.txt echo 1000 > serial Then download the template for /root/ca/openssl....
| | gist.github.com
1.1 parsecs away

Travel
| | /root/ca/intermediate/openssl.cnf. GitHub Gist: instantly share code, notes, and snippets.
| | younes.codes
1.7 parsecs away

Travel
| | Learn how to run Rails over HTTPS on localhost, in development environment.
| | blog.simos.info
19.4 parsecs away

Travel
| Incus is a manager for virtual machines (VM) and system containers. There is also an Incus support forum. Typically you would use the incus command-line interface (CLI) client to get access to the ...