From: bert hubert Date: Sun, 2 Apr 2017 16:53:25 +0000 (+0200) Subject: typo in fox X-Git-Tag: rec-4.1.0-alpha1~180^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F5217%2Fhead;p=thirdparty%2Fpdns.git typo in fox --- diff --git a/pdns/README-dnsdist.md b/pdns/README-dnsdist.md index 91f2fa3ab4..613647f795 100644 --- a/pdns/README-dnsdist.md +++ b/pdns/README-dnsdist.md @@ -1104,7 +1104,7 @@ Provider fingerprint is: E1D7:2108:9A59:BF8D:F101:16FA:ED5E:EA6A:9F6C:C78F:7F91: > generateDNSCryptCertificate("/path/to/providerPrivate.key", "/path/to/resolver.cert", "/path/to/resolver.key", serial, validFrom, validUntil) ``` -Note that 'validFrom' and 'validTo' are UNIX epoch timestamps. These can +Note that 'validFrom' and 'validUntil' are UNIX epoch timestamps. These can easily be calculated as 'os.time(), os.time()+2*365*86400' for example to get a certificate that is valid for two years from now.