From bb626d460d9c57cb445078bb42009a3cc82dfa64 Mon Sep 17 00:00:00 2001 From: "Dr. Jan Philip Bernius" Date: Sat, 30 Mar 2024 23:53:09 +0100 Subject: [PATCH] feat: link encryption keys --- .github/workflows/man.yaml | 9 +++++---- README.md | 2 ++ 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.github/workflows/man.yaml b/.github/workflows/man.yaml index f995ee9..cdbdf37 100644 --- a/.github/workflows/man.yaml +++ b/.github/workflows/man.yaml @@ -34,13 +34,14 @@ jobs: run: sed -i 's|||g' ./README.1.html - run: | - mkdir -p out + mkdir -p {out,out/.well-known} mv README.1.html out/index.html - name: Mastodon Webfinger - run: | - mkdir -p out/.well-known - curl -o out/.well-known/webfinger "https://hachyderm.io/.well-known/webfinger?resource=acct:jpbernius@hachyderm.io" + run: curl -o out/.well-known/webfinger "https://hachyderm.io/.well-known/webfinger?resource=acct:jpbernius@hachyderm.io" + + - name: security.txt + run: curl -o out/.well-known/security.txt "https://www.janphilip.bernius.net/.well-known/security.txt" - name: Upload artifact uses: actions/upload-pages-artifact@v3 diff --git a/README.md b/README.md index b59ff8d..8c2e6a4 100644 --- a/README.md +++ b/README.md @@ -92,12 +92,14 @@ The [jpbernius(1)] page is rendered from Markdown using [ronn]. ## SEE ALSO * WWW: [https://www.janphilip.bernius.net][www] * Email: [janphilip@bernius.net][email] +* Encryption Keys: [Keys, Signatures, and Encryption][keys] * GitHub: [@jpbernius][github] * LinkedIn: [in/jpbernius][linkedin] * Mastodon: [@jpbernius@hachyderm.io][mastodon] [www]: https://www.janphilip.bernius.net [email]: mailto:janphilip@bernius.net +[keys]: https://www.janphilip.bernius.net/keys/ [github]: https://github.com/jpbernius [linkedin]: https://linkedin.com/in/jpbernius [mastodon]: https://hachyderm.io/@jpbernius