wez             Tue Dec 10 14:54:46 2002 EDT

  Modified files:              
    /phpdoc/en/reference/openssl/functions      openssl-csr-sign.xml 
  Log:
  It's really worth mentioning this, so that people can see how to sign
  CSR's from externally sources.
  
  
Index: phpdoc/en/reference/openssl/functions/openssl-csr-sign.xml
diff -u phpdoc/en/reference/openssl/functions/openssl-csr-sign.xml:1.3 
phpdoc/en/reference/openssl/functions/openssl-csr-sign.xml:1.4
--- phpdoc/en/reference/openssl/functions/openssl-csr-sign.xml:1.3      Tue Dec 10 
14:13:48 2002
+++ phpdoc/en/reference/openssl/functions/openssl-csr-sign.xml  Tue Dec 10 14:54:46 
+2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
 <!-- splitted from ./en/functions/openssl.xml, last change in rev 1.19 -->
   <refentry id="function.openssl-csr-sign">
    <refnamediv>
@@ -18,7 +18,10 @@
     <para>
      <function>openssl_csr_sign</function> generates an x509 certificate
      resource from the <parameter>csr</parameter> previously generated by
-     <function>openssl_csr_new</function>.
+     <function>openssl_csr_new</function>, but it can also be the path to
+     a PEM encoded CSR when specified as
+     <filename>file://path/to/csr</filename> or an exported string generated
+     by <function>openssl_csr_export</function>.
      The generated certificate will be signed by
      <parameter>cacert</parameter>.  If <parameter>cacert</parameter> is &null;,
      the generated certificate will be a self-signed certificate.



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to