PHP Doku:: Exportiert eine PKCS#12-kompatible Zertifikats-Datei in eine Variable - function.openssl-pkcs12-export.html

Verlauf / Chronik / History: (1) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzKryptografische ErweiterungenOpenSSLOpenSSL Funktionenopenssl_pkcs12_export

Ein Service von Reinhard Neidl - Webprogrammierung.

OpenSSL Funktionen

<<openssl_pkcs12_export_to_file

openssl_pkcs12_read>>

openssl_pkcs12_export

(PHP 5 >= 5.2.2)

openssl_pkcs12_exportExportiert eine PKCS#12-kompatible Zertifikats-Datei in eine Variable

Beschreibung

bool openssl_pkcs12_export ( mixed $x509 , string &$out , mixed $priv_key , string $pass [, array $args ] )

openssl_pkcs12_export() speichert x509 als String im PKCS#12-Format in die Variable out.

Parameter-Liste

x509

out

Bei Erfolg enthält diese Variable den PKCS#12-String

priv_key

Der private Schlüsel zur PKCS#12-Datei

pass

Passwort zum Entschlüsseln der PKCS#12-Datei.

args

Rückgabewerte

Gibt bei Erfolg TRUE zurück. Im Fehlerfall wird FALSE zurückgegeben.


Ein BenutzerBeitrag:
- Beiträge aktualisieren...
simoncpu was here
11.05.2010 11:28
If your certificate is not password-protected, just use null or a blank string.  Otherwise, this function won't work.



PHP Powered Diese Seite bei php.net
The PHP manual text and comments are covered by the Creative Commons Attribution 3.0 License © the PHP Documentation Group - Impressum - mail("TO:Reinhard Neidl",...)