/SaltedKeys

So OpenPGP, such SSH, wow.

Primary LanguageTypeScriptMIT LicenseMIT

SaltedKeys

GPG/SSH public hosting on Cloudflare Workers. Public keys are from your GitHub Account, and SaltedKeys will serve them in the form of plain text.

Demo

Site root: https://keys.salted.fish.

Usage

  • git clone https://github.com/RedL0tus/SaltedKeys.git
  • cd SaltedKeys && yarn install && yarn build
  • Edit wrangler.toml, change the USER variable to your GitHub username, and update your Workers KV binding accordingly.
  • yarn wrangler publish