mastodon.ar.al is one of the many independent Mastodon servers you can use to participate in the fediverse.
This is my personal fediverse server.

Administered by:

Server stats:

1
active users

Aral Balkan

Initial release: nodecert

Node.js wrapper over mkcert that creates a local certificate authority and locally-trusted TLS certificates that you can use during development. Avoids the issues with self-signed certificates. Supports Linux, macOS, and Windows (untested) via pre-built binaries.

Source: source.ind.ie/hypha/tools/node

Pull requests, etc.: github.com/indie-mirror/nodece

source.ind.ieHypha / Tools / nodecertA module that installs and can invoke [mkcert](https://github.com/FiloSottile/mkcert/) from Node.js for creating HTTPS development-time servers.
#tls#https#nodejs

Note: re-published nodecert – a little Node.js wrapper over mkcert for locally-trusted development-time TLS certificates – under the @ind.ie namespace (and reset the version to 1.0.0)

Please install/re-install if you got it last night:

1. npm i -g @ind.ie/nodecert
2. nodecert
3. Find the certificates (and certificate authority) in ~/.nodecert

source.ind.ie/hypha/tools/node

source.ind.ieHypha / Tools / nodecertA module that installs and can invoke [mkcert](https://github.com/FiloSottile/mkcert/) from Node.js for creating HTTPS development-time servers.
#tls#ssl#nodejs