From: Michael Kaply <345868+mkaply@users.noreply.github.com> Date: Mon, 5 Jun 2023 17:48:02 +0000 (-0400) Subject: Add preferences for RSA-PSS X-Git-Tag: v4.12~7 X-Git-Url: https://git.p6c8.net/policy-templates.git/commitdiff_plain/25ac0f8347a5bdb95549b2fd9924c2b0ba013554?ds=inline;hp=--cc Add preferences for RSA-PSS --- 25ac0f8347a5bdb95549b2fd9924c2b0ba013554 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