downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

openssl_pkcs12_export> <openssl_open
[edit] Last updated: Fri, 23 Mar 2012

view this page in

openssl_pkcs12_export_to_file

(PHP 5 >= 5.2.2)

openssl_pkcs12_export_to_fileBir PKCS#12 uyumlu sertifika deposunu bir dosyaya kaydeder

Açıklama

bool openssl_pkcs12_export_to_file ( mixed $x509 , string $dosya , mixed $gizli_anh , string $parola [, array $değiştirgeler ] )

Belitilen x509 sertifikalarını, PKCS#12 dosya biçemiyle belirtilen dosya'ya kaydeder.

Değiştirgeler

x509

dosya

Çıktı dosyasının yolu.

gizli_anh

PKCS#12 dosyasının gizli anahtar bileşeni.

parola

PKCS#12 dosyasının şifreleme/çözme parolası.

değiştirgeler

Dönen Değerler

Başarı durumunda TRUE, başarısızlık durumunda FALSE döner.



add a note add a note User Contributed Notes openssl_pkcs12_export_to_file
lampacz at gmail dot com 01-Jul-2009 07:13
[, array $args ]  can contain only: extracerts, friendly_name

extracerts - additional certificates (can be file or string)
friendly_name - "friendly name" for the certificate and private key. This name is typically displayed in list boxes by software importing the file.

based on source code version 5.2.8 and pkcs12 man page

 
show source | credits | stats | sitemap | contact | advertising | mirror sites