/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

eileencodes.com
| | maartenvanvliet.nl
3.5 parsecs away

Travel
| | Upgrading phoenix framework to serve http2
| | github.com
3.2 parsecs away

Travel
| | Standalone Git LFS server. Contribute to git-lfs/lfs-test-server development by creating an account on GitHub.
| | www.dgendill.com
3.9 parsecs away

Travel
| | [AI summary] A developer shares a detailed tutorial on how to generate self-signed SSL certificates with specific Subject Alternative Names to enable secure service worker testing on mobile devices over a local network.
| | fabianlee.org
8.1 parsecs away

Travel
| The openssl utility can be used to show the details of a certificate, including its 'Not After' expiration date in string format. This can be transformed into "how many days till expiration" with a bit of Bash date math. Create test certificate and key Using a line provided by Diego Woitasen for non-interactive self-signed certification ... Bash: calculating number of days till certificate expiration using openssl