From ddbf99be57a4229f88f547e86666e7bd01585328 Mon Sep 17 00:00:00 2001 From: Brent Cook Date: Thu, 12 Mar 2015 11:32:34 -0500 Subject: [PATCH] note libtls dependency for HTTPS constraint Document CA path option. --- INSTALL | 4 ++++ README | 2 ++ 2 files changed, 6 insertions(+) diff --git a/INSTALL b/INSTALL index 1539012..35f29cf 100644 --- a/INSTALL +++ b/INSTALL @@ -98,6 +98,10 @@ provided by autoconf itself: is "_ntp". The home directory of this user will be used for privilege separation. +--with-cacert=[path] + Specify the CA certificate location for HTTPS constraint validation. + Defaults to /etc/ssl/certs/ca-certificates.crt + If you need to pass special options to the compiler or linker, you can specify these as environment variables before running ./configure. For example: diff --git a/README b/README index af37e34..fb84e2d 100644 --- a/README +++ b/README @@ -13,6 +13,8 @@ Platform Requirements - daemon(3), setresgid(2), setresuid(2) or equivalent - A working arc4random(2) implementation, OpenSSL or LibreSSL (this project shares the same arc4random compatibility code from LibreSSL) + - libtls (included with LibreSSL 2.1.4 or higher) is required for HTTPS time + constraint validation. At the time of writing the Portable version is known to build and work on: