Commit | Line | Data |
---|---|---|
cb742bb6 AB |
1 | <!doctype html> |
2 | <html lang="en"> | |
3 | <head> | |
4 | <meta charset="utf-8"> | |
5 | <meta name=viewport content="width=device-width, initial-scale=1"> | |
6 | <meta name="description" content="Amin Bandali’s GPG keys, | |
7 | for sending him GPG-encrypted mail."/> | |
8 | <title>GPG Keys - Amin Bandali</title> | |
9 | <link rel="stylesheet" href="/style.css" /> | |
10 | </head> | |
11 | <body> | |
12 | <header> | |
13 | <h1>Amin Bandali’s personal site</h1> | |
14 | <span id="sub"> | |
15 | <a href="/">Home</a> → GPG Keys | |
16 | </span> | |
17 | </header> | |
18 | ||
19 | <main> | |
20 | <section> | |
21 | <h2 id="gpg">GPG Keys</h2> | |
22 | <p> | |
23 | If you want to send me GPG-encrypted mail, you can use my | |
24 | <a href="bandali-pubkey.txt">current key</a>: | |
25 | </p> | |
26 | <pre> | |
27 | pub rsa4096 2018-10-17 [C] [expires: 2020-10-16] | |
28 | BE62 7373 8E61 6D6D 1B3A 08E8 A21A 0202 4881 6103 | |
29 | uid [ultimate] Amin Bandali <bandali@gnu.org> | |
30 | sub rsa4096 2018-10-17 [S] [expires: 2020-10-16] | |
31 | 39B3 3C8D 9448 0D2D DCC2 A498 8B44 A0CD C7B9 56F2 | |
32 | sub rsa4096 2018-10-17 [E] [expires: 2020-10-16] | |
33 | 43ED 5F7C F5EC CBDF 2552 FE98 1D52 D14E BCF3 BE08 | |
34 | sub rsa4096 2018-10-17 [A] [expires: 2020-10-16] | |
35 | 70FB 9AAD 5240 2841 2B14 8685 4040 DFEC 6EC1 3F3A | |
36 | </pre> | |
37 | ||
38 | <p> | |
39 | You may find other keys with my name on keyservers or around | |
40 | the internet, but they are either old keys of mine that I no | |
41 | longer have access to, or not mine at all. | |
42 | </p> | |
43 | </section> | |
44 | </main> | |
45 | <footer> | |
46 | <p> | |
47 | Copyright (c) 2018 Amin Bandali<br> | |
48 | Verbatim copying and redistribution of this entire page are | |
d04a4c57 | 49 | permitted provided this notice is preserved. |
cb742bb6 | 50 | </p> |
cb742bb6 AB |
51 | </footer> |
52 | </body> | |
53 | </html> |