summaryrefslogtreecommitdiff
path: root/impl-exchange.rst
diff options
context:
space:
mode:
authorMarcello Stanisci <marcello.stanisci@inria.fr>2016-09-21 11:21:14 +0200
committerMarcello Stanisci <marcello.stanisci@inria.fr>2016-09-21 11:21:14 +0200
commit67bd2ba53ac5adfa89e17f6840c52364b26135c4 (patch)
tree7b276cf8f708a9c2844751b7ca479a08e5027e4a /impl-exchange.rst
parent480be98d54fae7045c01f112507c9ebcab7f230c (diff)
downloaddocs-67bd2ba53ac5adfa89e17f6840c52364b26135c4.tar.gz
docs-67bd2ba53ac5adfa89e17f6840c52364b26135c4.tar.bz2
docs-67bd2ba53ac5adfa89e17f6840c52364b26135c4.zip
adding chapter on keys duration
Diffstat (limited to 'impl-exchange.rst')
-rw-r--r--impl-exchange.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/impl-exchange.rst b/impl-exchange.rst
index 7cd51ac7..1330f360 100644
--- a/impl-exchange.rst
+++ b/impl-exchange.rst
@@ -131,12 +131,12 @@ Sections specifying denomination (coin) information start with "coin\_". By con
* `rsa_keysize`: How many bits should the RSA modulus (product of the two primes) have for this type of coin.
-----------------------
-Univarsal keys duration
+Keys duration
-----------------------
-Each key, regardless of whether it is a `signkey` or a `denom key`, has a :ref:`starting date <keys>`.
-The option `lookahead_provide`, under section `[exchange_keys]`, is such that only keys whose starting date is younger than
-`lookahead_provide` will be issued by the exchange.
+Both `signkeys` and `denom keys` have a :ref:`starting date <keys>` (see :ref:`how <keys-duration>` this date is calculated).
+The option `lookahead_provide`, under section `[exchange_keys]`, is such that only keys whose starting date is
+younger than `lookahead_provide` will be issued by the exchange.
+++++++++
Utilities