software/gpg.md
... ...
@@ -74,6 +74,48 @@ to upload the new key to a keyserver incant
74 74
gpg --export root@pyratebeard.net | curl -T - https://keys.openpgp.org
75 75
```
76 76
77
+view the notations
78
+```
79
+gpg --edit-key pyratebeard
80
+Secret key is available.
81
+
82
+sec rsa4096/0xC7877C715113A16D
83
+ created: 2016-08-18 expires: never usage: SC
84
+ trust: ultimate validity: ultimate
85
+ssb rsa2048/0xA8CA96DB91B17F70
86
+ created: 2016-08-18 expires: 2024-08-16 usage: E
87
+ssb rsa2048/0x20E945DD7FC543B7
88
+ created: 2016-08-18 expires: 2024-08-16 usage: SA
89
+[ultimate] (1). pyratebeard <root@pyratebeard.net>
90
+[ultimate] (2) pyratebeard <pyratebeard@protonmail.com>
91
+
92
+gpg> uid 1
93
+
94
+sec rsa4096/0xC7877C715113A16D
95
+ created: 2016-08-18 expires: never usage: SC
96
+ trust: ultimate validity: ultimate
97
+ssb rsa2048/0xA8CA96DB91B17F70
98
+ created: 2016-08-18 expires: 2024-08-16 usage: E
99
+ssb rsa2048/0x20E945DD7FC543B7
100
+ created: 2016-08-18 expires: 2024-08-16 usage: SA
101
+[ultimate] (1)* pyratebeard <root@pyratebeard.net>
102
+[ultimate] (2) pyratebeard <pyratebeard@protonmail.com>
103
+
104
+gpg> showpref
105
+[ultimate] (1)* pyratebeard <root@pyratebeard.net>
106
+ Cipher: AES256, AES, 3DES
107
+ AEAD:
108
+ Digest: SHA512, SHA256, SHA1
109
+ Compression: ZLIB, ZIP, Uncompressed
110
+ Features: MDC, AEAD, Keyserver no-modify
111
+ Notations: proof@ariadne.id=irc://irc.libera.chat/pyratebeard
112
+ proof@ariadne.id=dns:pyratebeard.net?type=TXT
113
+ proof@ariadne.id=https://harbour.cafe/@pyratebeard
114
+ proof@ariadne.id=irc://irc.darkscience.net/pyratebeard
115
+
116
+gpg> quit
117
+```
118
+
77 119
## useful links
78 120
- [gpg signing][] - traditional vs. pgp/mime
79 121
- how to [verify software][]
unix/openbsd.md
... ...
@@ -81,8 +81,14 @@ wget https://pyratebeard.net/trigon-font/trigon8x15r.bdf
81 81
# cp .xinitrc to .xsession
82 82
doas chsh pyratebeard
83 83
# urxvt LANG
84
+mkdir lib src/warez tmp var
84 85
```
85 86
87
+#### changes to dotfiles
88
+* herbstluftwm needs to use bash not sh
89
+* gpg-agent pinentry path
90
+* ls(1) has no color option
91
+
86 92
#### wifi
87 93
* on arch
88 94
```