Skip to content
This repository has been archived by the owner on Feb 12, 2021. It is now read-only.

Commit

Permalink
add philipp as author to certs
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippLgh committed Feb 20, 2019
1 parent 95d1dd5 commit 0abc314
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions ETH_CERTS.md
@@ -0,0 +1,26 @@
# Certificates

This document serves as proof that the following authors have access to this repository, publishing rights and are in possession of the stated Ethereum addresses and their corresponding public & private key pairs:

```
[
{
protected: 'eyJhbGciOiJFUzI1NksiLCJiNjQiOmZhbHNlLCJjcml0IjpbImI2NCJdfQ',
payload: {
'key:alg': 'eth',
'key:address': '0x8c2df4ac4cfa414e298ad5ee9d634e7f1a02dd1b',
name: 'Philipp Langhans',
email: 'philipp@ethereum.org',
iss: '0x8c2df4ac4cfa414e298ad5ee9d634e7f1a02dd1b',
sub: '0x8c2df4ac4cfa414e298ad5ee9d634e7f1a02dd1b',
iat: 1550680972,
exp: 1551890572,
nbf: 1550680972,
jti: 'c6d619fd48b3be5fe05a05da4dd0c869'
},
signature: 'YFEBArEnXEi_TSa0jtGeyhtcbElZuHTr04jV5n-vIFtxH4ojqufjDk_O9TBZdjnqzrc_hQBXIDkmP89d2zPzsw'
}
]
```

The provided software will only load and execute code packages that were signed by `one or multiple` authors using [Ethereum Signed Packages](https://github.com/PhilippLgh/ethereum-signed-packages).

0 comments on commit 0abc314

Please sign in to comment.