0
0
Fork 0

feat: link encryption keys

This commit is contained in:
Dr. Jan Philip Bernius 2024-03-30 23:53:09 +01:00
parent 656cdf0742
commit bb626d460d
SSH key fingerprint: SHA256:f2qOuPGT+3tHdbcGA2sx/HbsTYZNDy7Dli4qohJ5ZT8
2 changed files with 7 additions and 4 deletions

View file

@ -34,13 +34,14 @@ jobs:
run: sed -i 's|<a href="https://hachyderm.io/@jpbernius">|<a href="https://hachyderm.io/@jpbernius" rel="me">|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

View file

@ -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