diff options
author | Andrew Yu <andrew@andrewyu.org> | 2022-07-26 01:32:34 +0800 |
---|---|---|
committer | Andrew Yu <andrew@andrewyu.org> | 2022-07-26 01:32:34 +0800 |
commit | dee82950985be7ae03f3f969117fbb75e7c311f6 (patch) | |
tree | 9d4476914d2dbe03318100b87e9149b60f9aa78d | |
parent | 29261422e12d5d66281e3be6334f8bd703af7f75 (diff) | |
download | www-dee82950985be7ae03f3f969117fbb75e7c311f6.tar.gz |
pgp stuff
-rw-r--r-- | index.html | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/index.html b/index.html index 3904229..ba78ed2 100644 --- a/index.html +++ b/index.html @@ -38,16 +38,18 @@ </ul> <p>Do not contact me via WeChat. I only keep an account for school and use Mojo-Weixin to relay it to IRC.</p> </div> - <hr /> + <hr /> <div id="pgp"> <h2>OpenPGP</h2> + <p>Usually, electronic mail that I send are signed with my OpenPGP key. Please use OpenPGP when contacting me through electronic mail. The following are available.</p> <ul> - <li><a href="https://www.andrewyu.org/andrew-ecc.asc">My ECC key</a> is recommended;</li> - <li><a href="https://www.andrewyu.org/andrew.asc">My RSA key</a> is a fallback;</li> - <li><a href="https://www.andrewyu.org/allkeys.asc">My keyring for friends</a>;</li> + <li><a href="https://www.andrewyu.org/andrew-ecc.asc">My ECC key</a> is recommended.</li> + <li><a href="https://www.andrewyu.org/andrew.asc">My RSA key</a> is a fallback.</li> + <li><a href="https://www.andrewyu.org/allkeys.asc">My keyring for friends</a>.</li> <li><a href="https://www.andrewyu.org/revocation.rev">The revocation of my old key</a>.</li> </ul> - <p class="alert">Check if you've actually downloaded these keys from <code>andrewyu.org</code>. Check the fingerprints with me elsewhere (email, IRC, in real life, etc) before trusting or signing it.</p> + <p>In order to verify the authenticity of the key, check if you've actually downloaded these keys from <code>andrewyu.org</code>, and also check the fingerprints with me elsewhere (email, IRC, in real life, etc) before trusting or signing it.</p> + <p>Once confirmed, please sign and share my key in order to build the OpenPGP Web of Trust.</p> </div> <hr /> <div id="articles"> |