<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/ref.openssl.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'tr',
  ),
  'this' => 
  array (
    0 => 'function.openssl-pkcs12-export-to-file.php',
    1 => 'openssl_pkcs12_export_to_file',
    2 => 'Bir PKCS#12 uyumlu sertifika deposunu bir dosyaya kaydeder',
  ),
  'up' => 
  array (
    0 => 'ref.openssl.php',
    1 => 'OpenSSL İşlevleri',
  ),
  'prev' => 
  array (
    0 => 'function.openssl-pkcs12-export.php',
    1 => 'openssl_pkcs12_export',
  ),
  'next' => 
  array (
    0 => 'function.openssl-pkcs12-read.php',
    1 => 'openssl_pkcs12_read',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'tr',
    'path' => 'reference/openssl/functions/openssl-pkcs12-export-to-file.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="function.openssl-pkcs12-export-to-file" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">openssl_pkcs12_export_to_file</h1>
  <p class="verinfo">(PHP 5 &gt;= 5.2.2, PHP 7, PHP 8)</p><p class="refpurpose"><span class="refname">openssl_pkcs12_export_to_file</span> &mdash; <span class="dc-title">Bir <abbr title="Public Key Cryptography Standards">PKCS</abbr>#12 uyumlu sertifika deposunu bir dosyaya kaydeder
  </span></p>

 </div>

 <div class="refsect1 description" id="refsect1-function.openssl-pkcs12-export-to-file-description">
  <h3 class="title">Açıklama</h3>
  <div class="methodsynopsis dc-description">
   <span class="methodname"><strong>openssl_pkcs12_export_to_file</strong></span>(<br>&nbsp;&nbsp;&nbsp;&nbsp;<span class="methodparam"><span class="type"><span class="type"><a href="class.opensslcertificate.php" class="type OpenSSLCertificate">OpenSSLCertificate</a></span>|<span class="type"><a href="language.types.string.php" class="type string">string</a></span></span> <code class="parameter">$sertifika</code></span>,<br>&nbsp;&nbsp;&nbsp;&nbsp;<span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$çıktı_dosyası</code></span>,<br>&nbsp;&nbsp;&nbsp;&nbsp;<span class="methodparam"><span class="attribute"><a href="class.sensitiveparameter.php">#[\SensitiveParameter]</a> </span><span class="type"><span class="type"><a href="class.opensslasymmetrickey.php" class="type OpenSSLAsymmetricKey">OpenSSLAsymmetricKey</a></span>|<span class="type"><a href="class.opensslcertificate.php" class="type OpenSSLCertificate">OpenSSLCertificate</a></span>|<span class="type"><a href="language.types.array.php" class="type array">array</a></span>|<span class="type"><a href="language.types.string.php" class="type string">string</a></span></span> <code class="parameter">$gizli_anahtar</code></span>,<br>&nbsp;&nbsp;&nbsp;&nbsp;<span class="methodparam"><span class="attribute"><a href="class.sensitiveparameter.php">#[\SensitiveParameter]</a> </span><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$parola</code></span>,<br>&nbsp;&nbsp;&nbsp;&nbsp;<span class="methodparam"><span class="type"><a href="language.types.array.php" class="type array">array</a></span> <code class="parameter">$seçenekler</code><span class="initializer"> = []</span></span><br>): <span class="type"><a href="language.types.boolean.php" class="type bool">bool</a></span></div>

  <p class="para rdfs-comment">
   Belitilen <code class="parameter">sertifika</code>yı, <abbr title="Public Key Cryptography Standards">PKCS</abbr>#12 dosya
   biçeminde belirtilen <code class="parameter">çıktı_dosyası</code>na kaydeder.
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-function.openssl-pkcs12-export-to-file-parameters">
  <h3 class="title">Bağımsız Değişkenler</h3>
  <p class="para">
   <dl>
    
 <dt><code class="parameter">sertifika</code></dt>
 <dd>
  <p class="para">
   Geçerli değerler <a href="openssl.certparams.php" class="xref">Anahtar/Sertifika Bağımsız değişkenleri</a> sayfasında
   bulunabilir.
  </p>
 </dd>

    
     <dt><code class="parameter">çıktı_dosyası</code></dt>
     <dd>
      <p class="para">
       Çıktı dosyasının yolu.
      </p>
     </dd>
    
    
     <dt><code class="parameter">gizli_anahtar</code></dt>
     <dd>
      <p class="para">
       <abbr title="Public Key Cryptography Standards">PKCS</abbr>#12 dosyasının gizli anahtar bileşeni. Geçerli değerler için bkz:
       <a href="openssl.certparams.php" class="link">Gizli/Genel Anahtar bağımsız değişkenleri</a>
      </p>
     </dd>
    
    
     <dt><code class="parameter">parola</code></dt>
     <dd>
      <p class="para">
       <abbr title="Public Key Cryptography Standards">PKCS</abbr>#12 dosyasının şifreleme/çözme parolası.
      </p>
     </dd>
    
    
     <dt><code class="parameter">seçenekler</code></dt>
     <dd>
      <p class="para">
       Seçimlikler dizisi, diğer anahtarlar yok sayılır.
       <table class="doctable informaltable">
        
         <thead>
          <tr>
           <th>Anahtar</th>
           <th>Açıklama</th>
          </tr>

         </thead>

         <tbody class="tbody">
          <tr>
           <td><code class="literal">&quot;extracerts&quot;</code></td>
           <td><abbr title="Public Key Cryptography Standards">PKCS</abbr>#12 dosyasında içerilecek tek bir sertifika ya da
            ek sertifikalar dizisi.</td>
          </tr>

          <tr>
           <td><code class="literal">&quot;friendly_name&quot;</code></td>
           <td>Sağlanan sertifika ve anahtar için kullanılacak dizge</td>
          </tr>

         </tbody>
        
       </table>

      </p>
     </dd>
    
   </dl>
  </p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-function.openssl-pkcs12-export-to-file-returnvalues">
  <h3 class="title">Dönen Değerler</h3>
  <p class="para">
   Başarı durumunda <strong><code><a href="reserved.constants.php#constant.true">true</a></code></strong>, başarısızlık durumunda <strong><code><a href="reserved.constants.php#constant.false">false</a></code></strong> döner.
  </p>
 </div>


 <div class="refsect1 changelog" id="refsect1-function.openssl-pkcs12-export-to-file-changelog">
  <h3 class="title">Sürüm Bilgisi</h3>
  <table class="doctable informaltable">
   
    <thead>
     <tr>
      <th>Sürüm: </th>
      <th>Açıklama</th>
     </tr>

    </thead>

    <tbody class="tbody">
     <tr>
      <td>8.0.0</td>
      <td>
       <code class="parameter">sertifita</code> artık
       <span class="classname"><a href="class.opensslcertificate.php" class="classname">OpenSSLCertificate</a></span> örneği kabul ediyor;
       evvelce, <code class="literal">OpenSSL X.509 CSR</code> özkaynağı kabul edilirdi.
      </td>
     </tr>

     <tr>
      <td>8.0.0</td>
      <td>
       <code class="parameter">gizli_anahtar</code> artık
       <span class="classname"><a href="class.opensslasymmetrickey.php" class="classname">OpenSSLAsymmetricKey</a></span> veya
       <span class="classname"><a href="class.opensslcertificate.php" class="classname">OpenSSLCertificate</a></span> örneği kabul ediyor;
       evvelce, <code class="literal">OpenSSL key</code> veya
       <code class="literal">OpenSSL X.509</code> özkaynağı kabul edilirdi.
      </td>
     </tr>

    </tbody>
   
  </table>

 </div>

 </div><?php manual_footer($setup); ?>