From c6b0a8942f792c9fae204eee8ac60042573a8726 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 11 Jun 2024 19:06:51 +0200 Subject: Merging upstream version 3.0.1. Signed-off-by: Daniel Baumann --- doc/lua-api/index.rst | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc/lua-api') diff --git a/doc/lua-api/index.rst b/doc/lua-api/index.rst index 0d69a2f..cfef26c 100644 --- a/doc/lua-api/index.rst +++ b/doc/lua-api/index.rst @@ -4463,6 +4463,10 @@ CertCache class :param string certificate.issuer: The certificate of the OCSP issuer. :param string certificate.sctl: An SCTL file. + .. Note:: + This function may be slow. As such, it may only be used during startup + (main or init context) or from a yield-capable runtime context. + .. code-block:: lua CertCache.set{filename="certs/localhost9994.pem.rsa", crt=crt} -- cgit v1.2.3