~ubuntu-branches/ubuntu/vivid/pollinate/vivid

« back to all changes in this revision

Viewing changes to debian/pollinate.default

  • Committer: Package Import Robot
  • Author(s): Dustin Kirkland
  • Date: 2014-02-11 18:05:54 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20140211180554-3e8tai07g2mjw7mf
Tags: 4.2-0ubuntu1
* debian/pollinate.default:
  - use curl --capath /dev/null by default, to mitigate SSL CA MitM
    attacks, since we're shipping our own public cert

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
WAIT=3
7
7
DEVICE="/dev/urandom"
8
8
POOL="https://entropy.ubuntu.com/"
9
 
CURL_OPTS="--cacert /etc/pollinate/entropy.ubuntu.com.pem"
 
9
CURL_OPTS="--cacert /etc/pollinate/entropy.ubuntu.com.pem --capath /dev/null"