diff options
author | Rasmus Dahlberg <rasmus.dahlberg@kau.se> | 2020-11-02 23:28:58 +0100 |
---|---|---|
committer | Rasmus Dahlberg <rasmus.dahlberg@kau.se> | 2020-11-02 23:28:58 +0100 |
commit | c210c80e80231143f6eaa0f39e8e1d3303983791 (patch) | |
tree | 83b3bb9cbe4947bfd3ddbebb7694f9442834a22c /server/testdata/chain/ee.key | |
parent | 801afaa9147c4f70fc00fde1993f6ce0c91bd450 (diff) |
added start on stfe client
ChecksumV1 entries can be submitted using client-side ed25519
signatures. The resulting SignedDebugInfoV1 is then verified using the
log's announced signature scheme and public key (currently only ed25519).
Diffstat (limited to 'server/testdata/chain/ee.key')
-rw-r--r-- | server/testdata/chain/ee.key | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/server/testdata/chain/ee.key b/server/testdata/chain/ee.key new file mode 100644 index 0000000..e0d4e18 --- /dev/null +++ b/server/testdata/chain/ee.key @@ -0,0 +1,3 @@ +-----BEGIN PRIVATE KEY----- +MC4CAQAwBQYDK2VwBCIEICoNwxwXHgfQsmCP3bcmyCr2qPnk4s602txur6Fv18+b +-----END PRIVATE KEY----- |