2002-04-15 00:12:54 +00:00
|
|
|
<?xml version="1.0" encoding="iso-8859-1"?>
|
2002-08-11 11:03:31 +00:00
|
|
|
<!-- $Revision: 1.3 $ -->
|
2002-04-15 00:12:54 +00:00
|
|
|
<!-- splitted from ./en/functions/openssl.xml, last change in rev 1.19 -->
|
|
|
|
<refentry id="function.openssl-csr-new">
|
|
|
|
<refnamediv>
|
|
|
|
<refname>openssl_csr_new</refname>
|
2002-08-11 11:03:31 +00:00
|
|
|
<refpurpose>Generates a privkey and CSR</refpurpose>
|
2002-04-15 00:12:54 +00:00
|
|
|
</refnamediv>
|
|
|
|
<refsect1>
|
|
|
|
<title>Description</title>
|
|
|
|
<methodsynopsis>
|
|
|
|
<type>bool</type><methodname>openssl_csr_new</methodname>
|
|
|
|
<methodparam><type>array</type><parameter>dn</parameter></methodparam>
|
|
|
|
<methodparam><type>resource</type><parameter>privkey</parameter></methodparam>
|
|
|
|
<methodparam choice="opt"><type>array</type><parameter>extraattribs</parameter></methodparam>
|
|
|
|
<methodparam choice="opt"><type>array</type><parameter>configargs</parameter></methodparam>
|
|
|
|
</methodsynopsis>
|
|
|
|
&warn.experimental.func;
|
|
|
|
<para>
|
2002-08-11 11:03:31 +00:00
|
|
|
<function>openssl_csr_new</function> generates a new CSR (Certificate Signing Request)
|
|
|
|
based on the information provided by <parameter>dn</parameter>, which represents the
|
|
|
|
Distinguished Name to be used in the certificate.
|
2002-04-15 00:12:54 +00:00
|
|
|
</para>
|
|
|
|
</refsect1>
|
|
|
|
</refentry>
|
|
|
|
|
|
|
|
<!-- Keep this comment at the end of the file
|
|
|
|
Local variables:
|
|
|
|
mode: sgml
|
|
|
|
sgml-omittag:t
|
|
|
|
sgml-shorttag:t
|
|
|
|
sgml-minimize-attributes:nil
|
|
|
|
sgml-always-quote-attributes:t
|
|
|
|
sgml-indent-step:1
|
|
|
|
sgml-indent-data:t
|
|
|
|
indent-tabs-mode:nil
|
|
|
|
sgml-parent-document:nil
|
|
|
|
sgml-default-dtd-file:"../../../../manual.ced"
|
|
|
|
sgml-exposed-tags:nil
|
|
|
|
sgml-local-catalogs:nil
|
|
|
|
sgml-local-ecat-files:nil
|
|
|
|
End:
|
|
|
|
vim600: syn=xml fen fdm=syntax fdl=2 si
|
|
|
|
vim: et tw=78 syn=sgml
|
|
|
|
vi: ts=1 sw=1
|
|
|
|
-->
|