Results of 1 - 10 of about 34 for certificate (0.023 sec.)
- SSL を使用したセキュアな接続を確立する 10896
- « mysqli::$sqlstate mysqli::stat » PHP Manual mysqli SSL を使用したセキュアな接続を確立する mysq
...
public mysqli::ssl_set ( ? string $key , ? string $certificate , ? string $ca_certificate , ? string $ca_path , ? ...
sl_set ( mysqli $mysql , ? string $key , ? string $certificate , ? string $ca_certificate , ? string $ca_path , ? ...
返す mysqli オブジェクト。 key 鍵ファイルへのパス。 certificate 証明書ファイルへのパス。 ca_certificate CA ファイル ...
する 関連キーワード: mysqli , 接続 , string , 確立 , certificate , ca , 使用 , パス , algos , path ...
-
https://man.plustar.jp/php/mysqli.ssl-set.html
- [similar]
- The EventSslContext class 10577
- « EventListener::setErrorCallback EventSslContext::__construct » PHP Manual Event The EventSslCo
...
g $options ) } プロパティ local_cert Path to local certificate file on filesystem. It must be a PEM-encoded file ...
which contains certificate. It can optionally contain the certificate chain o ...
__construct() . The option points to path of local certificate. EventSslContext::OPT_LOCAL_PK Key for an item of ...
text::__construct() . Represents passphrase of the certificate. EventSslContext::OPT_CA_FILE Key for an item of t ...
-
https://man.plustar.jp/php/class.eventsslcontext.html
- [similar]
- X.509 証明書をパースし、オブジェクトを返す 10497
- « openssl_x509_parse openssl_x509_verify » PHP Manual OpenSSL 関数 X.509 証明書をパースし、オブジ
...
、オブジェクトを返す 説明 openssl_x509_read ( OpenSSLCertificate | string $certificate ): OpenSSLCertificate | fals ...
e openssl_x509_read() は、 certificate で指定した証明書をパースし、 その証明書用の OpenSS ...
LCertificate オブジェクトを返します。 パラメータ certificate X5 ...
09 証明書。有効な値の一覧は、 Key/Certificate parameters を参照してください。 戻り値 成功した場合 ...
-
https://man.plustar.jp/php/function.openssl-x509-read.html
- [similar]
- Create new MongoDB Manager 10193
- « MongoDB\Driver\Manager::addSubscriber MongoDB\Driver\Manager::createClientEncryption » PHP Man
...
S/SSL if true . Defaults to false . tlsAllowInvalidCertificates bool Specifies whether or not the driver should e ...
rror when the server's TLS certificate is invalid. Defaults to false . 警告 Disabling cer ...
r's hostname and the hostname specified by the TLS certificate. Defaults to false . 警告 Disabling certificate va ...
ing Path to file with either a single or bundle of certificate authorities to be considered trusted when making a ...
-
https://man.plustar.jp/php/mongodb-driver-manager.construct.html
- [similar]
- 秘密鍵が証明書に対応するかを確認する 10113
- « openssl_verify openssl_x509_checkpurpose » PHP Manual OpenSSL 関数 秘密鍵が証明書に対応するかを
...
認する 説明 openssl_x509_check_private_key ( OpenSSLCertificate | string $certificate , OpenSSLAsymmetricKey | Ope ...
nSSLCertificate | array | string $private_key ): bool private_key ...
が certificate に対応する秘密鍵かどうかを調べます。 警告 この関数 ...
true を返す可能性があるということです。 パラメータ certificate 証明書。 private_key 秘密鍵。 戻り値 private_key が ...
-
https://man.plustar.jp/php/function.openssl-x509-check-private-key.html
- [similar]
- 証明書リソースを開放する 9730
- « openssl_x509_fingerprint openssl_x509_parse » PHP Manual OpenSSL 関数 証明書リソースを開放する
...
とを強く推奨します。 説明 openssl_x509_free ( OpenSSLCertificate $certificate ): void 注意 : この関数を実行しても何 ...
ました。 openssl_x509_free() は、メモリから指定した certificate リソースに関連した証明書を開放します。 パラメータ ...
ぜなら、実行しても何も起きなくなったからです。 8.0.0 certificate は、 OpenSSLCertificate クラスのインスタンスを受け ...
た。 関連キーワード: リソース , 開放 , 関数 , free , certificate , 推奨 , バージョン , OpenSSLCertificate , 実行 , ...
-
https://man.plustar.jp/php/function.openssl-x509-free.html
- [similar]
- X509 証明書をパースし、配列として情報を返す 9426
- « openssl_x509_free openssl_x509_read » PHP Manual OpenSSL 関数 X509 証明書をパースし、配列として
...
列として情報を返す 説明 openssl_x509_parse ( OpenSSLCertificate | string $certificate , bool $short_names = true ) ...
: array | false openssl_x509_parse() は、指定した certificate に関する情報を返します。この情報には 題名、発行者名 ...
的、発効日および有効期限等が含まれます。 パラメータ certificate X509証明書。正しい値の一覧は キー/証明書パラメータ ...
能性があるためです。 変更履歴 バージョン 説明 8.0.0 certificate は、 OpenSSLCertificate クラスのインスタンスを受け ...
-
https://man.plustar.jp/php/function.openssl-x509-parse.html
- [similar]
- x509証明書のデジタル署名を公開鍵で検証する 9346
- « openssl_x509_read OpenSSLCertificate » PHP Manual OpenSSL 関数 x509証明書のデジタル署名を公開鍵
...
を公開鍵で検証する 説明 openssl_x509_verify ( OpenSSLCertificate | string $certificate , OpenSSLAsymmetricKey | Ope ...
nSSLCertificate | array | string $public_key ): int openssl_x509_v ...
erify() 関数は、 certificate 証明書が 公開鍵 public_key に対応する秘密鍵で署名さ ...
合は -1 を返します。 変更履歴 バージョン 説明 8.0.0 certificate は、 OpenSSLCertificate クラスのインスタンスを受け ...
-
https://man.plustar.jp/php/function.openssl-x509-verify.html
- [similar]
- CSRに他の証明書(あるいは自分自身)で署名して証明書を作成する 9123
- « openssl_csr_new openssl_decrypt » PHP Manual OpenSSL 関数 CSRに他の証明書(あるいは自分自身)で
...
して証明書を作成する 説明 openssl_csr_sign ( OpenSSLCertificateSigningRequest | string $csr , OpenSSLCertificate | ...
string | null $ca_certificate , OpenSSLAsymmetricKey | OpenSSLCertificate | arra ...
array $options = null , int $serial = 0 ): OpenSSLCertificate | false openssl_csr_sign() は、 指定した CSR を用い ...
l_csr_export() で生成した文字列も使用可能です。 ca_certificate 作成された証明書は ca_certificate で署名されます。 ...
-
https://man.plustar.jp/php/function.openssl-csr-sign.html
- [similar]
- S/MIME メッセージに署名する 8963
- « openssl_pkcs7_read openssl_pkcs7_verify » PHP Manual OpenSSL 関数 S/MIME メッセージに署名する
...
$input_filename , string $output_filename , OpenSSLCertificate | string $certificate , OpenSSLAsymmetricKey | Ope ...
nSSLCertificate | array | string $private_key , ? array $headers , ...
int $flags = PKCS7_DETACHED , ? string $untrusted_certificates_filename = null ): bool openssl_pkcs7_sign() は i ...
me という名前のファイルの内容を取得し、 パラメータ certificate と private_key で 指定した証明書とそれに対応する秘 ...
-
https://man.plustar.jp/php/function.openssl-pkcs7-sign.html
- [similar]