diff --git a/reference/openssl/functions/openssl-csr-export-to-file.xml b/reference/openssl/functions/openssl-csr-export-to-file.xml index 54294c141a..e4017ed7be 100644 --- a/reference/openssl/functions/openssl-csr-export-to-file.xml +++ b/reference/openssl/functions/openssl-csr-export-to-file.xml @@ -1,5 +1,5 @@ - + @@ -18,11 +18,8 @@ openssl_csr_export_to_file takes the Certificate Signing Request represented by csr and saves it as ascii-armoured text into the file named by outfilename. + &reference.openssl.parameter-notext; &return.success; - The optional notext affects - the verbosity of the output; if it is &false; then additional human-readable information is included - in the output. The default value of notext is - &true; See also openssl_csr_export, diff --git a/reference/openssl/functions/openssl-csr-export.xml b/reference/openssl/functions/openssl-csr-export.xml index 10210e4428..95fbfc899c 100644 --- a/reference/openssl/functions/openssl-csr-export.xml +++ b/reference/openssl/functions/openssl-csr-export.xml @@ -1,5 +1,5 @@ - + @@ -19,11 +19,8 @@ Request represented by csr and stores it as ascii-armoured text into out, which is passed by reference. + &reference.openssl.parameter-notext; &return.success; - The optional notext affects - the verbosity of the output; if it is &false; then additional human-readable information is included - in the output. The default value of notext is - &true; See also openssl_csr_export_to_file, diff --git a/reference/openssl/functions/openssl-x509-export-to-file.xml b/reference/openssl/functions/openssl-x509-export-to-file.xml index b78ec0924e..9ccb68eed0 100644 --- a/reference/openssl/functions/openssl-x509-export-to-file.xml +++ b/reference/openssl/functions/openssl-x509-export-to-file.xml @@ -1,5 +1,5 @@ - + @@ -18,9 +18,7 @@ openssl_x509_export_to_file stores x509 into a file named by outfilename in a PEM encoded format. - The optional parameter notext default to &true;. - If set to &false;, additional human readable text will also be stored - into the output file. + &reference.openssl.parameter-notext;. &return.success; diff --git a/reference/openssl/functions/openssl-x509-export.xml b/reference/openssl/functions/openssl-x509-export.xml index dfd132f550..697c78810b 100644 --- a/reference/openssl/functions/openssl-x509-export.xml +++ b/reference/openssl/functions/openssl-x509-export.xml @@ -1,5 +1,5 @@ - + @@ -16,11 +16,9 @@ openssl_x509_export stores - x509 into a file named by - outfilename in a PEM encoded format. - The optional parameter notext default to &true;. - If set to &false;, additional human readable text will also be stored - into output. + x509 into a string named by + output in a PEM encoded format. + &reference.openssl.parameter-notext; &return.success;