···88## GPG Keys
991010You can get all the GPG keys I use publicly, including the 2021 key (as shown on Keybase) and
1111-ProtonMail-specific encryption key in one file [here](./keys.asc).
1111+ProtonMail-specific encryption key in one file [here](./pgp.asc). Make sure to check the fingerpints
1212+and/or key IDs against [this list]($keys-i-use) to ensure its the right key.
12131314```bash
1415# one-liner import from my website (or via ajhalili2006.vern.cc and ctrl-c.club/~ajhalili2006)
1515-$(command -v curl >>/dev/null && echo curl -fsSL | wget -o -) https://andreijiroh.uk.eu.org/keys/pgp.asc | gpg --import
1616+gpg --fetch-keys "https://andreijiroh.uk.eu.org/keys/pgp.asc"
1617# sourcehut, but it is advised to import latest keys and signatures from keyservers, listed below
1717-$(command -v curl >>/dev/null && echo curl -fsSL | wget -o -) https://meta.sr.ht/~ajhalili2006.pgp | gpg --import
1818+gpg --fetch-keys "https://meta.sr.ht/~ajhalili2006.pgp"
1919+```
18201919-# via your regular keyservers, just pick one
2020-gpg --keyserver hkps://pgp.mit.edu --send-keys 4D5E631758CB9CC45941B1CE67BFC91B3DA12BE8 0527234A430387EA5695D824A30EBE40AD856D88
2121-gpg --keyserver hkps://keyserver.ubuntu.com --send-keys 4D5E631758CB9CC45941B1CE67BFC91B3DA12BE8 0527234A430387EA5695D824A30EBE40AD856D88
2222-gpg --keyserver hkps://keys.openpgp.org --send-keys 4D5E631758CB9CC45941B1CE67BFC91B3DA12BE8 0527234A430387EA5695D824A30EBE40AD856D88
2121+If you prefer to load it from a keyserver (let say you're an Ubuntu/Debian developer snooping around my
2222+[Launchpad.net profile](https://launchpad.net/~ajhalili2006)), you can do so with these command below:
2323+2424+```bash
2525+# Other keyservers: pgp.mit.edu, keys.openpgp.org
2626+gpg --keyserver hkps://keyserver.ubuntu.com --send-keys \
2727+ 4D5E631758CB9CC45941B1CE67BFC91B3DA12BE8 \
2828+ 0527234A430387EA5695D824A30EBE40AD856D88 \
2929+ EA957E7086E934F8DB9CAD21940047813E9D641C \
3030+ 5D69E717C5BC95731C2AD8BD120C218ED2291996
2331```
24322533### Keys I use
26342727-* `4D5E631758CB9CC45941B1CE67BFC91B3DA12BE8`
2828-* `0527234A430387EA5695D824A30EBE40AD856D88`
3535+* `4D5E631758CB9CC45941B1CE67BFC91B3DA12BE8` - the December 2022 PGP key used for commits and encryption
3636+(primary email: `ajhalili2006@gmail.com`)
3737+* `0527234A430387EA5695D824A30EBE40AD856D88` - the Feburary 2021 PGP key, as shown on my Keybase profile
3838+(primary email: `andreijiroheugeniohalili24680@gmail.com`)
3939+* `EA957E7086E934F8DB9CAD21940047813E9D641C` - spare signing key for software release, especially on my own Debian package repos/Launchpad PPAs.
4040+* `5D69E717C5BC95731C2AD8BD120C218ED2291996` - ProtonMail specific encryption key
29413042## SSH Keys
31433232-You can also get all the keys in one file (and its signers file).
4444+You can also get all the keys in one file (and its signers file) ath the following URLs:
4545+4646+* Website: <https://ajhalili2006.vern.cc/keys/ssh-trustfile.txt> or <https://andreijiroh.uk.eu.org/keys/ssh-trustfile.txt>
4747+* Live Builds (as generated through `mkdocs serve`, DO NOT EXPECT UPTIME): <https://preview-ajhalili2006.vern.cc/keys/ssh-trustfile.txt>
4848+4949+These SSH keys are used for signing Git commits and tags occassionally.