photog.social: About · Profiles directory · Privacy policy
Mastodon: About · Get the app · Keyboard shortcuts · View source code · v4.4.1
Folks, if you’re using @small-tech/auto-encrypt in your projects, please make sure you’re running the latest version of the package (3.1.0) or certificate provisioning/renewal will fail due to the latest Let’s Encrypt protocol update.
https://codeberg.org/small-tech/auto-encrypt/src/branch/main/CHANGELOG.md#3-1-0-2022-06-07
Just released Auto Encrypt version 2.0.6
(Auto Encrypt provides automatic Let’s Encrypt certificate provisioning for Node.js)
- Fixes an assignment to constant that would have crashed when a `Retry-After` header was received from Let’s Encrypt.
- Also improves developer documentation.
npm i @small-tech/auto-encrypt
Just released version 1.3.0 of @small-tech/https, a drop-in replacement for the Node.js https module that automatically provisions Let’s Encrypt and localhost certificates.
https://github.com/small-tech/https
To use:
const https = require('@small-tech/https')
https.createServer(…)
This version includes the automatic HTTP to HTTPS redirection in the latest Auto Encrypt.
Auto Encrypt is the easiest way to create a Node.js secure server that Just Works™
// Regular server:
const https = require('https')
https.createServer(…)
// Auto-Encrypted server:
const AutoEncrypt = require('@small-tech/auto-encrypt')
AutoEncrypt.https.createServer(…)
Mastodon is the best way to keep up with what's happening.
Follow anyone across the fediverse and see it all in chronological order. No algorithms, ads, or clickbait in sight.
Login