aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-12-19 16:22:54 +1300
committerTom Ryder <tom@sanctum.geek.nz>2018-12-19 16:22:54 +1300
commit061f3d5d01688a112f30ab708b4349c6087fdede (patch)
treeebfd8952cadb9c1efa84f80083a2ec33e55e5112 /README.md
parentSwitch to secure link to OpenBSD foundation (diff)
downloaddotfiles-061f3d5d01688a112f30ab708b4349c6087fdede.tar.gz
dotfiles-061f3d5d01688a112f30ab708b4349c6087fdede.zip
Update README.md link to Dunst
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 4fce5677..f5848c5b 100644
--- a/README.md
+++ b/README.md
@@ -82,7 +82,7 @@ Configuration is included for:
* [cURL](https://curl.haxx.se/) -- Command-line tool for transferring data with
URL syntax
* [Dillo](https://www.dillo.org/) -- A lightweight web browser
-* [Dunst](http://knopwob.org/dunst/) -- A lightweight X11 notification daemon
+* [Dunst](https://dunst-project.org/) -- A lightweight X11 notification daemon
that works with `libnotify`
* `finger(1)` -- User information lookup program
* [Git](https://git-scm.com/) -- Distributed version control system
z> 2013-11-04 17:33:22 +1300 committer Tom Ryder <tom@sanctum.geek.nz> 2013-11-04 17:33:22 +1300 Add commentary to the cryptic GnuPG conf file' href='/cgit/dotfiles.git/commit/gnupg/gpg.conf?h=v1.70.0&id=6af478dd526d9ec1edbc3fd4d4f9a68d67acf13a'>6af478dd
9aa820e8
6af478dd


33fd4598
6af478dd

8a864474
6af478dd

a122b355
6af478dd


a122b355
6af478dd

2541788f
6af478dd

a122b355
6af478dd

fc886a0a
6af478dd


2541788f
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47


                                          
                                                   
                       

                                                                  
                                                                                                       

                                                                    
                      

                                                                                    
               
 
                                  
                               

                                                                    
                         


                                                                           
                                                          

                                             
                              

                                
           


                                                                               
                                  

                                                                  
     

                                                     
         

                                                           
                                            


                                                                             
   
# Retrieve certs automatically if possible
auto-key-locate cert pka

# Use SHA512 as the hash when making key signatures
cert-digest-algo SHA512

# Specify the hash algorithms to be used for new keys as available
default-preference-list SHA512 SHA384 SHA256 SHA224 AES256 AES192 AES CAST5 ZLIB BZIP2 ZIP Uncompressed

# In the absence of any other recipient, encrypt messages for myself
default-recipient-self

# Show complete dates and use proper column separation for --with-colon listing mode
fixed-list-mode

# Use only fingerprints as key IDs
keyid-format <% KEYID_FORMAT %>

# Use a pool of servers which support HKPS (encrypted key retrieval)
keyserver <% KEYSERVER %>

# Retrieve keys automatically; check the keyserver port cert; use whichever
# server is proffered from the pool
keyserver-options auto-key-retrieve no-honor-keyserver-url

# Include trust/validity for UIDs in listings
list-options show-uid-validity

# Suppress the copyright message
no-greeting

# Use SHA512 as my message digest, overriding GnuPG's efforts to use the lowest
# common denominator in hashing algorithms
personal-digest-preferences SHA512

# Suppress a lot of output; sometimes I add --verbose to undo this
quiet

# Use the GPG agent for key management and decryption
use-agent

# Include trust/validity for UIDs when verifying signatures
verify-options pka-lookups show-uid-validity

# Assume "yes" is the answer to most questions, that is, don't keep asking me
# to confirm something I've asked to be done
yes