From 1eb8c6f4bdda69f8a4c0a3c5866e07975da856ec Mon Sep 17 00:00:00 2001 From: Poag Date: Thu, 23 Jun 2016 17:10:37 +0100 Subject: [PATCH] Update 10_certificates.sh Added https://discordapp.com certs --- init/10_certificates.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/init/10_certificates.sh b/init/10_certificates.sh index 65111e0..f40ee4b 100644 --- a/init/10_certificates.sh +++ b/init/10_certificates.sh @@ -3,4 +3,5 @@ mozroots --import --ask-remove --machine echo Y |certmgr --ssl https://gateway.discord.gg /all echo Y |certmgr --ssl https://gateway.discord.gg /all -echo Y |certmgr --ssl https://gateway.discord.gg /all \ No newline at end of file +echo Y |certmgr --ssl https://gateway.discord.gg /all +echo Y |certmgr --ssl https://discordapp.com /all