/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

9elements.com
| | blog.ja-ke.tech
1.0 parsecs away

Travel
| | This post shall describe how to obtain a free wildcard TLS cert for your domain from Let's Encrypt with the recommended certbot python based utility. Of course there are few other clients that already support the ACME v2 protocol, which is required for wildcards, i will only show certbot command here, but the procedure with other clients should be pretty similar.
| | blog.notmyhostna.me
0.6 parsecs away

Travel
| | I recently moved from using a wildcard certificate to using a bunch of certificates from Let's Encrypt. I was a bit hesitant in the beginning because ...
| | blog.zespre.com
0.8 parsecs away

Travel
| | Its always recommended to view web pages through HTTPS connections, even its just a static HTML page. So, as a content provider, its my duty to host websites with HTTPS. To enable HTTPS on the web server like Apache or Nginx, valid certificates are required. In my case, I have bought and configured a domain name on Gandi.net for my home cluster. Its better to have different certificates for each service than having a single wildcard certificate for all the services due to security concerns. However, I st...
| | notes.rolandcrosby.com
11.0 parsecs away

Travel
| [AI summary] The author details the process of deploying a static Hugo blog to AWS using S3, CloudFront CDN, and a Lambda@Edge function to handle directory indexing.