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.