Skip to content

Commit

Permalink
Add comment to remember to check buildPemString()
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanDotPro committed Nov 1, 2013
1 parent 0329044 commit 4f97778
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Sslurp/CaRootPemBundle.php
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ protected function buildBundle($rawCertData)
return $caBundle;
}

// @TODO: This needs to be revisited.
protected function buildPemString($caName, $data)
{
return "\n{$caName}\n"
Expand Down

0 comments on commit 4f97778

Please sign in to comment.