From dd8ac07b5e26116039ac6ada6277e3239817015b Mon Sep 17 00:00:00 2001 From: Mark Jones Date: Fri, 3 Nov 2017 21:34:29 +0000 Subject: [PATCH] Fix bug #60969: openssl_pkcs7_sign documentation git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343360 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/openssl/functions/openssl-pkcs7-sign.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/reference/openssl/functions/openssl-pkcs7-sign.xml b/reference/openssl/functions/openssl-pkcs7-sign.xml index 1145c5e70a..86fafef8cd 100644 --- a/reference/openssl/functions/openssl-pkcs7-sign.xml +++ b/reference/openssl/functions/openssl-pkcs7-sign.xml @@ -35,6 +35,7 @@ infilename + The input file you are intending to digitally sign. @@ -42,6 +43,7 @@ outfilename + The file which the digital signature will be written to. @@ -49,6 +51,8 @@ signcert + The X.509 certificate used to digitally sign infilename - + see key/cert params. @@ -56,6 +60,8 @@ privkey + privkey is the private key corresponding to signcert - + see key/cert params.