timestamp in certificates

pull/4/head
Zlatin Balevsky 2018-10-28 13:50:54 +00:00
parent c33ce4b35c
commit 7270bc0e18
1 changed files with 4 additions and 1 deletions

View File

@ -34,7 +34,10 @@ This query is more informative when making the decision whether to trust someone
A trust certificate is a signed document stating that Alice trusts Bob. If Charlie has Alice's persona details, he can verify that trust even if he does not know anything about Bob. To make that possible, a trust certificate contains:
1. Alices' persona details
2. Bob's persona details
3. Alices' signature of the two.
3. Timestamp of the creation of the certificate
3. Alices' signature of the above.
The timestamp serves only informational purposes, i.e. there is no built-in expiration of certificates.
### Propagation of trust certificates in the network