Skip to content

Commit

Permalink
Merge pull request #23 from sanderkaljula180/patch-2
Browse files Browse the repository at this point in the history
Changed "withSslPinnedPublicKeys" public key into new one
  • Loading branch information
rasmuskukk authored Feb 9, 2022
2 parents d1015a3 + 87c2b19 commit 3e53846
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/ReadmeTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ public function documentAuthenticationProcess()
->withRelyingPartyName($this->config['relyingPartyName'])
->withHostUrl($this->config['hostUrl'])
->withLongPollingTimeoutSeconds(60)
->withSslPinnedPublicKeys("sha256//qpzS4QyealcFvTcHcng+7yDM5G3nys1v/DuEY+JrYZ8=;sha256//k/w7/9MIvdN6O/rE1ON+HjbGx9PRh/zSnNJ61pldpCs=;sha256//some-future-ssl-host-key")
->withSslPinnedPublicKeys("sha256//P3c86M39KNpveCd0WJP8HiS5vrMgg84f2yHsxgYsDsI=;sha256//k/w7/9MIvdN6O/rE1ON+HjbGx9PRh/zSnNJ61pldpCs=;sha256//some-future-ssl-host-key")
->build();


Expand Down Expand Up @@ -232,7 +232,7 @@ public function documentRetrieveSigningCert()
->withRelyingPartyUUID($this->config['relyingPartyUUID'])
->withRelyingPartyName($this->config['relyingPartyName'])
->withHostUrl($this->config['hostUrl'])
->withSslPinnedPublicKeys("sha256//qpzS4QyealcFvTcHcng+7yDM5G3nys1v/DuEY+JrYZ8=;sha256//k/w7/9MIvdN6O/rE1ON+HjbGx9PRh/zSnNJ61pldpCs=;sha256//some-future-ssl-host-key")
->withSslPinnedPublicKeys("sha256//P3c86M39KNpveCd0WJP8HiS5vrMgg84f2yHsxgYsDsI=;sha256//k/w7/9MIvdN6O/rE1ON+HjbGx9PRh/zSnNJ61pldpCs=;sha256//some-future-ssl-host-key")
->build();

$request = CertificateRequest::newBuilder()
Expand Down

0 comments on commit 3e53846

Please sign in to comment.