openssl_pkcs12_export_to_file
PKCS#12 互換の証明書保存ファイルをエクスポートする
説明
bool openssl_pkcs12_export_to_file(
OpenSSLCertificatestring $certificate
,
string $output_filename
,
#[\SensitiveParameter]OpenSSLAsymmetricKeyOpenSSLCertificatearraystring $private_key
,
#[\SensitiveParameter]string $passphrase
,
array $options
= []
)
パラメータ
-
x509
-
使用できる値の一覧は キー/証明書パラメータ を参照ください。
-
output_filename
-
出力ファイルへのパス。
-
private_key
-
PKCS#12 ファイルのプライベートキーコンポーネント。
正しい値の一覧については、Public/Private Key parameters を参照ください。
-
passphrase
-
PKCS#12 ファイルのロックを解除するためのパスワード。
-
options
-
オプションの配列。以下に示すキー以外は無視されます。
戻り値
成功した場合に true
を、失敗した場合に false
を返します。