Skip to content

Commit

Permalink
Added new certificate
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeStage committed Jun 14, 2017
1 parent 87f8367 commit 9948856
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/FigoClient.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ internal let POLLING_INTERVAL_MSECS: Int64 = Int64(400) * Int64(NSEC_PER_MSEC)
internal let POLLING_COUNTDOWN_INITIAL_VALUE = 100 // 100 x 400 ms = 40 s

/// Name of certificate file for public key pinning
internal let CERTIFICATE_FILES = ["figo_2016, figo_2017"]
internal let CERTIFICATE_FILES = ["figo_2016", "figo_2017"]


/**
Expand Down

0 comments on commit 9948856

Please sign in to comment.