Explore >> Select a destination


You are here

entropicthoughts.com
| | sylvaindurand.org
1.8 parsecs away

Travel
| | [AI summary] This article explains how to obtain wildcard SSL certificates using Let's Encrypt's ACME v2 protocol, including manual and automated methods with DNS validation.
| | memo.mx
2.2 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....
| | squanderingti.me
2.5 parsecs away

Travel
| | A handy explanation for the fields in a digital certificate.
| | indieweb.org
14.8 parsecs away

Travel
| lazymention is an open source service you can run on a Node.js server to send Webmentions from static sites. Its general purpose is to add dynamic building-block features to otherwise static websites.