Skip to content

Commit

Permalink
Update pin for mxr.mozilla.org
Browse files Browse the repository at this point in the history
Current certificate expires March 25, 2015. MOZILLA_MXR_SSL_EXP is set to March 1st, 2015 which gives a similar difference as the old values.
  • Loading branch information
rchouinard committed Jun 26, 2014
1 parent a0b0f36 commit 4f3061c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Sslurp/MozillaCertData.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@

class MozillaCertData extends AbstractCaRootData
{
// mxr.mozilla.org cert expires Nov 28th, 2013
const MOZILLA_MXR_SSL_PIN = '47cac6d8f2c2363675e6f433970f27523824d0ec';
const MOZILLA_MXR_SSL_EXP = 1383282000; // Nov 1st, 2013
// mxr.mozilla.org cert expires Mar 25th, 2015
const MOZILLA_MXR_SSL_PIN = 'b4e6e7a3d911b5a09a9835f525122acfa1442a3b';
const MOZILLA_MXR_SSL_EXP = 1425186000; // Mar 1st, 2015

/**
* certdata.txt contents
Expand Down

0 comments on commit 4f3061c

Please sign in to comment.