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.
Site root: https://keys.salted.fish.
- All ssh keys: https://keys.salted.fish/ssh.
- Individual ssh public key with fingerprint:
https://keys.salted.fish/ssh/:fingerprint.
- Individual ssh public key with fingerprint:
- Individual OpenPGP public keys:
https://keys.salted.fish/pgp/:ID.
git clone https://github.com/RedL0tus/SaltedKeys.gitcd SaltedKeys && yarn install && yarn build- Edit wrangler.toml, change the
USERvariable to your GitHub username, and update your Workers KV binding accordingly. yarn wrangler publish