From 3534658a450036be5ad62d72f93ae5ea41bced81 Mon Sep 17 00:00:00 2001 From: Thijs Kinkhorst <thijs@kinkhorst.com> Date: Mon, 10 Feb 2020 08:20:34 +0000 Subject: [PATCH] Config-template: remove default null for metadata.sign-algorithm Different from the other options, setting it to null does not use a default but throws an error if you enable metadata signing, so enabling metadata signing in the default config will throw an exception. Better to just leave it out, the option is documented but should not be necessary for most installs, so needs not be in the template. --- config-templates/config.php | 1 - 1 file changed, 1 deletion(-) diff --git a/config-templates/config.php b/config-templates/config.php index 518afca44..dc4280072 100644 --- a/config-templates/config.php +++ b/config-templates/config.php @@ -1128,7 +1128,6 @@ $config = [ 'metadata.sign.privatekey' => null, 'metadata.sign.privatekey_pass' => null, 'metadata.sign.certificate' => null, - 'metadata.sign.algorithm' => null, /**************************** -- GitLab