検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 54 for PEM (0.007 sec.)
CSR をファイルにエクスポートする 7164
« openssl_cms_verify openssl_csr_export » PHP Manual OpenSSL 関数 CSR をファイルにエクスポートす ... 取り、 それを output_filename という名前のファイルに PEM フォーマットとして保存します。 パラメータ csr 使用 ... y openssl_csr_export_to_file ( $csr , 'example-csr.pem' ); ?> 参考 openssl_csr_export() - CSR を文字列とし ...
https://man.plustar.jp/php/function.openssl-csr-export-to-file.html - [similar]
PHP 5.6.x における OpenSSL 関連の変更 7164
« 新しい関数 その他の拡張モジュールに対する変更 » PHP Manual PHP 5.5.x から PHP 5.6.x への移行 P ... す。 openssl dhparam -out /path/to/my/certs/dh-2048.pem 2048 single_dh_use true にすると、Diffie-Hellman パ ... efault_cert_file"]=> string(21) "/etc/pki/tls/cert.pem" ["default_cert_file_env"]=> string(13) "SSL_CERT_ ... t() で、 SPKAC が HTML5 の KeyGen 要素から生成した PEM 公開鍵とチャレンジの作成、検証、エクスポートを行い ... 下となります。 challenge string openssl_spki_export PEM フォーマットされた RSA 公開鍵を、SPKAC からエクスポ ...
https://man.plustar.jp/php/migration56.openssl.html - [similar]
7164
« solr_get_version SolrUtils » PHP Manual Solr 例 例 PHP で Apache Solr エクステンションを使用す ... は30秒 */ define ( 'SOLR_SERVER_TIMEOUT' , 10 ); /* PEM 形式のプライベートキーとプライベート証明書に対する ... れます) */ define ( 'SOLR_SSL_CERT' , 'certs/combo.pem' ); /* PEM 形式のプライベート証明書のみに対するファ ... ne ( 'SOLR_SSL_CERT_ONLY' , 'certs/solr.crt' ); /* PEM 形式のプライベートキーに対するファイル名 */ define ... ( 'SOLR_SSL_KEY' , 'certs/solr.key' ); /* PEM 形式のプライベートキー・ファイルに対するパスワード ...
https://man.plustar.jp/php/solr.examples.html - [similar]
S/MIME メッセージを暗号化する 7001
« openssl_pkcs7_decrypt openssl_pkcs7_read » PHP Manual OpenSSL 関数 S/MIME メッセージを暗号化す ... ントに送信します。送信先の証明書をファイル nighthawk.pem に // 有しています。 $data = <<<EOD Nighthawk, Top ... キーを読み込む $key = file_get_contents ( "nighthawk.pem" ); // ファイルにメッセージを保存 $fp = fopen ( "m ...
https://man.plustar.jp/php/function.openssl-pkcs7-encrypt.html - [similar]
署名を検証する 7001
« openssl_spki_verify openssl_x509_check_private_key » PHP Manual OpenSSL 関数 署名を検証する op ... cKey - openssl_get_publickey() が返す鍵。 string - PEM フォーマットの鍵 ("-----BEGIN PUBLIC KEY----- MIIB ... public ( "file://src/openssl-0.9.6/demos/sign/cert.pem" ); // 署名が正しいかどうかを確認 $ok = openssl_ve ...
https://man.plustar.jp/php/function.openssl-verify.html - [similar]
S/MIME メッセージに署名する 6927
« openssl_pkcs7_read openssl_pkcs7_verify » PHP Manual OpenSSL 関数 S/MIME メッセージに署名する ... 7_sign ( "msg.txt" , "signed.txt" , "file://mycert.pem" , array( "file://mycert.pem" , "mypassphrase" ), ...
https://man.plustar.jp/php/function.openssl-pkcs7-sign.html - [similar]
データをシール(暗号化)する 6927
« openssl_random_pseudo_bytes openssl_sign » PHP Manual OpenSSL 関数 データをシール(暗号化)する ... p = fopen ( "/src/openssl-0.9.6/demos/maurice/cert.pem" , "r" ); $cert = fread ( $fp , 8192 ); fclose ( $ ... $fp = fopen ( "/src/openssl-0.9.6/demos/sign/cert.pem" , "r" ); $cert = fread ( $fp , 8192 ); fclose ( $ ...
https://man.plustar.jp/php/function.openssl-seal.html - [similar]
CMS メッセージを復号化する 6778
« openssl_cipher_iv_length openssl_cms_encrypt » PHP Manual OpenSSL 関数 CMS メッセージを復号化す ... NG_SMIME , OPENSSL_ENCODING_DER , OPENSSL_ENCODING_PEM のいずれかです。 戻り値 成功した場合に true を、失 ...
https://man.plustar.jp/php/function.openssl-cms-decrypt.html - [similar]
RSA 証明書を設定する 6778
« OAuth::setRequestEngine OAuth::setSSLChecks » PHP Manual OAuth RSA 証明書を設定する OAuth::set ... e -> setRSACertificate ( file_get_contents ( 'test.pem' )); ?> 参考 OAuth::setCaPath() - CA パスおよび情報 ...
https://man.plustar.jp/php/oauth.setrsacertificate.html - [similar]
MySQL サーバに接続する 6689
« expression mysql_xdevapi\BaseResult » PHP Manual Mysql_xdevapi 関数 MySQL サーバに接続する get ... 7.0.0.1:33061] mysqlx://foobar?ssl-ca=(/path/to/ca.pem)&ssl-crl=(/path/to/crl.pem) mysqlx://foo:bar@[loca ...
https://man.plustar.jp/php/function.mysql-xdevapi-getsession.html - [similar]
PREV 1 2 3 4 5 6 NEXT