Skip to content

Commit

Permalink
изменил команду дешифровки
Browse files Browse the repository at this point in the history
  • Loading branch information
agoalofalife authored Mar 2, 2021
1 parent 41cc434 commit a89df9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/PKCS7RequestProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ private function verifyData($data)
1 => array( "pipe", "w" ),
2 => array( "pipe", "w" )
);
$verifyCommand = 'openssl smime -verify -inform PEM -nointern' .
$verifyCommand = 'openssl smime -verify -noverify -inform PEM -nointern' .
' -certfile ' . $this->settings->yaCert .
' -CAfile ' . $this->settings->yaCert;

Expand All @@ -132,4 +132,4 @@ private function verifyData($data)
}
return null;
}
}
}

0 comments on commit a89df9c

Please sign in to comment.