-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.example.yaml
21 lines (20 loc) · 1.29 KB
/
config.example.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
decipher:
ct: "ct" #Dir containing ciphertext emails. Make a subfolder for each custodian under this.
pt: "pt" #Dir for output plaintext. There will be a subfolder for each custodian and a log folder under that.
parallel: true
keys:
p12Dir: "p12" #Drop the p12 files you got from the Registration Authority here
keysDir: "keys" #Output of GetKeys, Input of Decipher. The actual keys extracted from the p12 containers.
certDir: "certs" #Output of GetKeys, Input of Decipher. Custodian public certificates extracted from the p12 containers.
casePW: "" #Password you create to store the extracted keys. All keys will use this PW. Create a *STRONG* pw and save using a pw manager.
p12PWs:
- filename: "alice.p12" #1st p12 file name
password: "P@ssw0rd" #password for 1st p12 file
- filename: "bob.p12" #2nd p12 file name
password: "S3cr3tSquirel" #password for 2nd p12 file
signed:
pstDir: "signedPSTs" #Dir containing signed emails from custodians
custodianInfoDir: "custodianInfo" #Output of getSigs. A txt file will be written with custodian IDs.
header:
header_in: "header_in" #Dir for input pst files for getheaders. Make a subfolder for each custodian under this.
header_out: "header_out" #Dir for for getheaders output logs. There will be a subfolder for each custodian.