検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 34 for certificate (0.010 sec.)
PKCS#12 互換の証明書保存ファイルをエクスポートする 7653
« openssl_pbkdf2 openssl_pkcs12_export » PHP Manual OpenSSL 関数 PKCS#12 互換の証明書保存ファイル ... ートする 説明 openssl_pkcs12_export_to_file ( OpenSSLCertificate | string $certificate , string $output_filename , ... OpenSSLAsymmetricKey | OpenSSLCertificate | array | string $private_key , string $passphrase ... = [] ): bool openssl_pkcs12_export_to_file() は、 certificate をファイル output_filename に PKCS#12 フォーマット ... false を返します。 変更履歴 バージョン 説明 8.0.0 certificate は、 OpenSSLCertificate クラスのインスタンスを受け ...
https://man.plustar.jp/php/function.openssl-pkcs12-export-to-file.html - [similar]
CMS メッセージを暗号化する 7109
« openssl_cms_decrypt openssl_cms_read » PHP Manual OpenSSL 関数 CMS メッセージを暗号化する open ... $input_filename , string $output_filename , OpenSSLCertificate | array | string $certificate , ? array $headers , ... 化するファイル。 output_filename ファイルの出力先。 certificate 暗号化されたメッセージの受け手の証明書。 headers S ...
https://man.plustar.jp/php/function.openssl-cms-encrypt.html - [similar]
Constructor for the SolrClient object 7046
« SolrClient::commit SolrClient::deleteById » PHP Manual SolrClient Constructor for the SolrClie ... ormatted file containing the private key + private certificate (concatenated in that order) ) - ssl_key (File nam ... - ssl_cainfo (Name of file holding one or more CA certificates to verify peer with) - ssl_capath (Name of direct ... ory holding multiple CA certificates to verify peer with ) Please note the if the ssl_ ... cert file only contains the private certificate, you have to specify a separate ssl_key file The s ...
https://man.plustar.jp/php/solrclient.construct.html - [similar]
SSL コンテキストオプションの一覧 6502
« FTP コンテキストオプション CURL コンテキストオプション » PHP Manual コンテキストオプションとパ ... す。 capture_peer_cert bool true に設定すると、 peer_certificate コンテキストオプションがピア証明書を含んで作成され ... ture_peer_cert_chain bool true に設定すると、 peer_certificate_chain コンテキストオプションが証明書チェインを含ん ...
https://man.plustar.jp/php/context.ssl.html - [similar]
mysqli クラス 6343
« The MySQLi Extension Function Summary mysqli::$affected_rows » PHP Manual MySQLi mysqli クラス ... ): bool public ssl_set ( ? string $key , ? string $certificate , ? string $ca_certificate , ? string $ca_path , ? ...
https://man.plustar.jp/php/class.mysqli.html - [similar]
PKCS#12 認証ストアをパースして配列形式にする 6343
« openssl_pkcs12_export openssl_pkcs7_decrypt » PHP Manual OpenSSL 関数 PKCS#12 認証ストアをパー ... 説明 openssl_pkcs12_read ( string $pkcs12 , array &$certificates , string $passphrase ): bool openssl_pkcs12_read( ... 、 pkcs12 で指定した PKCS#12 認証ストアをパースして certificates で指定した配列に格納します。 パラメータ pkcs12 認 ... 証ストアの内容。ファイル名ではありません。 certificates 成功した場合に、ここに認証ストアデータが格納されま ... t_store , $cert_info , "my_secret_pass" )) { echo "Certificate Information\n" ; print_r ( $cert_info ); } else { ...
https://man.plustar.jp/php/function.openssl-pkcs12-read.html - [similar]
CSR をファイルにエクスポートする 6183
« openssl_cms_verify openssl_csr_export » PHP Manual OpenSSL 関数 CSR をファイルにエクスポートす ... ポートする 説明 openssl_csr_export_to_file ( OpenSSLCertificateSigningRequest | string $csr , string $output_filen ... xt = true ): bool openssl_csr_export_to_file() は、Certificate Signing Request csr を受け取り、 それを output_fil ... す。 変更履歴 バージョン 説明 8.0.0 csr は、 OpenSSLCertificateSigningRequest クラスのインスタンスを受け入れるよう ...
https://man.plustar.jp/php/function.openssl-csr-export-to-file.html - [similar]
CSR を文字列としてエクスポートする 6183
« openssl_csr_export_to_file openssl_csr_get_public_key » PHP Manual OpenSSL 関数 CSR を文字列と ... てエクスポートする 説明 openssl_csr_export ( OpenSSLCertificateSigningRequest | string $csr , string &$output , bo ... l $no_text = true ): bool openssl_csr_export() は、Certificate Signing Request csr を受け取り、 それを output に ... す。 変更履歴 バージョン 説明 8.0.0 csr は、 OpenSSLCertificateSigningRequest クラスのインスタンスを受け入れるよう ...
https://man.plustar.jp/php/function.openssl-csr-export.html - [similar]
Create a new SSL buffer event to send its data over another buffer event 6039
« EventBufferEvent::sslError EventBufferEvent::sslGetCipherInfo » PHP Manual EventBufferEvent Cr ... se dot co dot uk> * * Usage: * 1) Prepare cert.pem certificate and privkey.pem private key files. * 2) Launch the ...
https://man.plustar.jp/php/eventbufferevent.sslfilter.html - [similar]
5959
« リソース型 Event flags » PHP Manual Event 例 例 例1 Simple HTTP client <?php // Read callback ... n EventSslContext // Optionally create self-signed certificates function init_ssl () { // We *must* have entropy. ... l_pk file. To generate a key\n" , "and self-signed certificate, run:\n" , " openssl genrsa -out $local_pk 2048\n" ... se dot co dot uk> * * Usage: * 1) Prepare cert.pem certificate and privkey.pem private key files. * 2) Launch the ...
https://man.plustar.jp/php/event.examples.html - [similar]
PREV 1 2 3 4 NEXT