Created
November 23, 2015 07:46
-
-
Save krohn/8344202176bebbc1d37c to your computer and use it in GitHub Desktop.
Harden Google Chrome SSL
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Apple Shellscript to deactivate all SHA1- and DH-Ciphers | |
# as well as outdated SSL-Securety | |
do shell script "open '/Applications/Google Chrome.app' | |
--args --ssl-version-min=tls1 | |
--cipher-suite-blacklist=0x0004,0x0005,0x009e,0xcc15,0x0039,0x0033,0xc00a,0xc014,0xc013,0xc009,0x002f,0xc000a,0xc00a,0xc014,0xc009,0xc013,0x002f,0x000a,0x0035" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment