diff options
Diffstat (limited to 'client/get-sth')
-rw-r--r-- | client/get-sth/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/get-sth/main.go b/client/get-sth/main.go index 8db64d5..7bfcc71 100644 --- a/client/get-sth/main.go +++ b/client/get-sth/main.go @@ -12,7 +12,7 @@ import ( ) var ( - operators = flag.String("operators", "../../server/descriptor/stfe.json", "path to json-encoded list of log operators") + operators = flag.String("operators", "../../descriptor/stfe.json", "path to json-encoded list of log operators") logId = flag.String("log_id", "B9oCJk4XIOMXba8dBM5yUj+NLtqTE6xHwbvR9dYkHPM=", "base64-encoded log identifier") chain = flag.String("chain", "../../server/testdata/x509/end-entity.pem", "path to pem-encoded certificate chain that the log accepts") ) |