From 25ac0f8347a5bdb95549b2fd9924c2b0ba013554 Mon Sep 17 00:00:00 2001 From: Michael Kaply <345868+mkaply@users.noreply.github.com> Date: Mon, 5 Jun 2023 13:48:02 -0400 Subject: [PATCH] Add preferences for RSA-PSS --- docs/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/index.md b/docs/index.md index 8185aa1..d8223eb 100644 --- a/docs/index.md +++ b/docs/index.md @@ -4696,6 +4696,8 @@ as well as the following security preferences: |     If 0, do not fetch OCSP. If 1, fetch OCSP for DV and EV certificates. If 2, fetch OCSP only for EV certificates | security.OCSP.require | boolean | false |      If true, if an OCSP request times out, the connection fails. +| security.osclientcerts.assume_rsa_pss_support | boolean | true +|      If false, we don't assume an RSA key can do RSA-PSS. | security.ssl.enable_ocsp_stapling | boolean | true |      If false, OCSP stapling is not enabled. | security.ssl.errorReporting.enabled | boolean | true -- 2.34.1