feat: link encryption keys
This commit is contained in:
parent
656cdf0742
commit
bb626d460d
9
.github/workflows/man.yaml
vendored
9
.github/workflows/man.yaml
vendored
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue