From de7283d9271303ba14ec165b940eee673079747d Mon Sep 17 00:00:00 2001 From: Jo Shields Date: Mon, 9 Jan 2017 14:04:37 +0000 Subject: [PATCH] Do a BTLS import as well as a classic import in ca-certificates-mono Former-commit-id: 1da331ed5670b49283ed3824be861e9bcb587082 --- debian/mono-keystore | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/mono-keystore b/debian/mono-keystore index 684e8657fd..d86e5187f4 100755 --- a/debian/mono-keystore +++ b/debian/mono-keystore @@ -8,5 +8,6 @@ echo "Updating Mono key store" # we don't want to mess with users at install-time. failure here # isn't really fatal anyway, just inconvenient /usr/bin/cert-sync /etc/ssl/certs/ca-certificates.crt || true +/usr/bin/cert-sync --btls /etc/ssl/certs/ca-certificates.crt || true echo "Done"