From e681d60115740a0e6b2d893cd06713fafdf07ea0 Mon Sep 17 00:00:00 2001 From: bert hubert Date: Sun, 2 Apr 2017 18:53:25 +0200 Subject: [PATCH] typo in fox --- pdns/README-dnsdist.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.47.2