From: Jakub Czajka Date: Thu, 4 May 2023 20:45:20 +0000 (+0200) Subject: [ca] Do not require matching CA parameters. X-Git-Url: https://git.ekhem.eu.org/?a=commitdiff_plain;h=5b4a9aa0855b9e21904cf6189d5fd141d671fb36;p=server.git [ca] Do not require matching CA parameters. See https://security.stackexchange.com/a/130488. --- diff --git a/ca/ca.cnf b/ca/ca.cnf index bc13b8b..5c58fe7 100644 --- a/ca/ca.cnf +++ b/ca/ca.cnf @@ -83,7 +83,7 @@ preserve = no # keep passed DN ordering # A few difference way of specifying how similar the request should look # For type CA, the listed attributes must be the same, and the optional # and supplied fields are just that :-) -policy = policy_match +policy = policy_anything # For the CA policy [ policy_match ]