Edge Computing with Cloudflare Workers
Deploying security.txt: how Cloudflare’s security team builds on Workers

Deploying security.txt: how Cloudflare’s security team builds on Workers

3/23/2020 · David Haynes

What this post added

This post details the implementation of security.txt using Cloudflare Workers. It highlights the use of the Wrangler CLI for automated deployment and version control, dynamic generation of the 'Expires' field using a Node.js script, and clear-signing of the security.txt file with a PGP key at build time. The Worker also serves the PGP public key alongside the security.txt file using multi-route support.

Read the original post ↗