Browse Source

add clarifying comments

tags/v2.0.0-rc1
Shivaram Lingamneni 4 years ago
parent
commit
98e83b0a82
1 changed files with 5 additions and 3 deletions
  1. 5
    3
      oragono.yaml

+ 5
- 3
oragono.yaml View File

@@ -120,10 +120,11 @@ server:
120 120
     webirc:
121 121
         # one webirc block -- should correspond to one set of gateways
122 122
         -
123
-            # tls fingerprint the gateway must connect with to use this webirc block
123
+            # SHA-256 fingerprint of the TLS certificate the gateway must use to connect
124
+            # (comment this out to use passwords only)
124 125
             fingerprint: "abcdef0123456789abcdef0123456789abcdef0123456789abcdef0123456789"
125 126
 
126
-            # password the gateway uses to connect, made with  oragono genpasswd
127
+            # password the gateway uses to connect, made with oragono genpasswd
127 128
             password: "$2a$04$sLEFDpIOyUp55e6gTMKbOeroT6tMXTjPFvA0eGvwvImVR9pkwv7ee"
128 129
 
129 130
             # addresses/CIDRs that can use this webirc command
@@ -449,7 +450,8 @@ opers:
449 450
         # generated using  "oragono genpasswd"
450 451
         password: "$2a$04$LiytCxaY0lI.guDj2pBN4eLRD5cdM2OLDwqmGAgB6M2OPirbF5Jcu"
451 452
 
452
-        # being logged in with this client cert will let you /OPER without a password
453
+        # if you're logged in using the client cert with this SHA-256 fingerprint,
454
+        # you'll be able to /OPER without a password
453 455
         certfp: "abcdef0123456789abcdef0123456789abcdef0123456789abcdef0123456789"
454 456
 
455 457
 # logging, takes inspiration from Insp

Loading…
Cancel
Save