Skip to content

Instantly share code, notes, and snippets.

@krohn
Created November 23, 2015 07:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save krohn/8344202176bebbc1d37c to your computer and use it in GitHub Desktop.
Save krohn/8344202176bebbc1d37c to your computer and use it in GitHub Desktop.
Harden Google Chrome SSL
# 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