1eb8c6f4bd
Added https://discordapp.com certs
8 lines
286 B
Bash
8 lines
286 B
Bash
#!/bin/bash
|
|
#Import Certificates
|
|
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
|
|
echo Y |certmgr --ssl https://discordapp.com /all
|