You can always contact me with PGP encrypted message. Here’s some way to get those public keys:
- pgp.mit.edu
https://pgp.mit.edu/pks/lookup?op=vindex&search=0x332D7EAFBCDB79A3
- keyserver.ubuntu.com
https://keyserver.ubuntu.com/pks/lookup?op=vindex&search=0x332d7eafbcdb79a3
- static hosting
https://gl-statis.konten.christianto.net/pgp/chris.pgp.asc
by terminal:
# MIT Server
gpg --keyserver pgp.mit.edu --recv-keys 332d7eafbcdb79a3
# Ubuntu Server
gpg --keyserver keyserver.ubuntu.com --recv-keys 332d7eafbcdb79a3
# misc
curl https://gl-statis.konten.christianto.net/pgp/chris.pgp.asc | gpg --import
Please check that the public key’s fingerprint is match with following details:
❯ gpg --fingerprint --list-keys 332d7eafbcdb79a3
pub rsa4096 2018-07-07 [SC] [expires: 2040-07-01]
4F7A 34FF 4BD5 630B F618 BC06 332D 7EAF BCDB 79A3
uid [ultimate] Gunawan Christianto (Chez14) <[redacted]>
uid [ultimate] Gunawan Christianto (Chez14) <[redacted]>
sub rsa4096 2018-07-07 [E] [expires: 2040-07-01]
sub rsa4096 2018-11-19 [S] [expires: 2040-04-14]
Cheers,
Chris.