From 15df0ee45d79fabe71bf4cbed7d09db491787dc3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andrej=20Rama=C5=A1euski?= <andrej@sedlistka.cz>
Date: Wed, 11 Dec 2019 21:41:51 +0100
Subject: [PATCH] Downgrade podpisoveho algoritmu

---
 mod_auth_mellon.conf | 1 +
 1 file changed, 1 insertion(+)

diff --git a/mod_auth_mellon.conf b/mod_auth_mellon.conf
index 7b9b0ac..cbcacde 100644
--- a/mod_auth_mellon.conf
+++ b/mod_auth_mellon.conf
@@ -5,6 +5,7 @@
  MellonSPCertFile       /etc/apache2/saml2/sp.cert
  MellonSPMetadataFile   /etc/apache2/saml2/sp.xml
  MellonIdPMetadataFile  /etc/apache2/saml2/idp.xml
+ MellonSignatureMethod rsa-sha1
 </Location>
 
 <Location /admin >
-- 
GitLab