Skip to content

Commit 642f4f7

Browse files
committedJan 22, 2025
Update PGP and SSH keys
- Change location - Remove comment from SSH key
1 parent 90a07ab commit 642f4f7

File tree

5 files changed

+18
-17
lines changed

5 files changed

+18
-17
lines changed
 

‎.cloudflare/_redirects

+11-9
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1-
/view-source https://github.com/Strappazzon/www 301
2-
/security.txt /.well-known/security.txt 301
3-
/files/* /static/:splat 301
4-
/accounts* /contact/ 301
5-
/keys* /accounts/ 301
6-
/GRW-GHOST-Buster* https://strappazzon.github.io/GRW-GHOST-Buster/:splat 301
7-
/PD2-SuperBLT-Hasher* https://strappazzon.github.io/PD2-SuperBLT-Hasher/:splat 301
8-
/teleme7ry* https://strappazzon.github.io/teleme7ry/:splat 301
9-
/tor-exit-page* https://strappazzon.github.io/tor-exit-page/:splat 301
1+
/view-source https://github.com/Strappazzon/www 301
2+
/security.txt /.well-known/security.txt 301
3+
/files/* /static/:splat 301
4+
/accounts* /contact/ 301
5+
/keys* /accounts/ 301
6+
/GRW-GHOST-Buster* https://strappazzon.github.io/GRW-GHOST-Buster/:splat 301
7+
/PD2-SuperBLT-Hasher* https://strappazzon.github.io/PD2-SuperBLT-Hasher/:splat 301
8+
/teleme7ry* https://strappazzon.github.io/teleme7ry/:splat 301
9+
/tor-exit-page* https://strappazzon.github.io/tor-exit-page/:splat 301
10+
/static/strappazzon_pm.asc /static/pgp/strappazzon_pm.asc 301
11+
/static/strappazzon_xyz.asc /static/pgp/strappazzon_a.asc 301

‎_components/terminal.html

+5-6
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,11 @@
5555
<span class="black-bright">-q</span>
5656
<span class="black-bright">--show-progress</span>
5757
<span class="green">
58-
"<a href="/static/strappazzon_xyz.asc" title="Download PGP Key">{{ "/static/strappazzon_xyz.asc" | prepend: site.url }}</a>"
58+
"<a href="/static/pgp/strappazzon_a.asc" title="Download PGP Key">{{ "/static/pgp/strappazzon_a.asc" | prepend: site.url }}</a>"
5959
</span>
6060
</span>
6161
<span class="output">
62-
<span>strappazzon_xyz.asc</span>
62+
<span>strappazzon_a.asc</span>
6363
<span>100%[==============================>]</span>
6464
<span>644</span>
6565
<span>--.-KB/s</span>
@@ -72,13 +72,13 @@
7272
<span class="black-bright">-q</span>
7373
<span class="black-bright">--show-progress</span>
7474
<span class="green">
75-
"<a href="/static/strappazzon_pm.asc" title="Download PGP Key">{{ "/static/strappazzon_pm.asc" | prepend: site.url }}</a>"
75+
"<a href="/static/pgp/strappazzon_pm.asc" title="Download PGP Key">{{ "/static/pgp/strappazzon_pm.asc" | prepend: site.url }}</a>"
7676
</span>
7777
</span>
7878
<span class="output">
7979
<span>strappazzon_pm.asc</span>
8080
<span>100%[==============================>]</span>
81-
<span>1.73K</span>
81+
<span>1.72K</span>
8282
<span>--.-KB/s</span>
8383
<span>in 0s</span>
8484
</span>
@@ -87,7 +87,6 @@
8787
</span>
8888
<span class="output">
8989
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFoe78QsVbl0J8+INuZqGkJma2eyfEF7Jz/xcMNd/0Mo
90-
{% include email.html user="a" domain="strappazzon.xyz" %}
9190
</span>
9291
<span class="output">
9392
<span>&#8203;</span>
@@ -103,7 +102,7 @@
103102
/dev/stdin
104103
</span>
105104
<span class="output">
106-
256 SHA256:OTNv2ZGzpR2fGB0HhX6s91WS/b36fD4K3w9Hh+aYFxs {% include email.html user="a" domain="strappazzon.xyz" %} (ED25519)
105+
256 SHA256:OTNv2ZGzpR2fGB0HhX6s91WS/b36fD4K3w9Hh+aYFxs (ED25519)
107106
</span>
108107
{% else %}
109108
</span>

‎pages/contact.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ I currently sign my Git commits with SSH:
1717

1818
### PGP Keys
1919

20-
I previously signed my Git commits with the following PGP keys:
20+
My past and present PGP keys:
21+
I no longer sign my Git commits with PGP.
2122

2223
{% include terminal.html task="pgp" %}
File renamed without changes.

‎static/strappazzon_pm.asc ‎static/pgp/strappazzon_pm.asc

-1
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,3 @@ J/CO0A44kYNdkliKNLzrArxOljX+Jzfo3DMyBnJGUp7zPGau3wXGhia/uBte
3131
9z1FXLWL+EBrQa8gbDJ74gzL5WaGn9gEBc6lBzyGMwQX
3232
=JJwV
3333
-----END PGP PUBLIC KEY BLOCK-----
34-

0 commit comments

Comments
 (0)
Please sign in to comment.