gpt4 book ai didi

php - 如何使用 PHP 验证证书(非自签名)

转载 作者:太空宇宙 更新时间:2023-11-03 14:10:29 25 4
gpt4 key购买 nike

我收到了两个文件,我应该使用 PHP 进行验证!

One file starts with -----BEGIN CERTIFICATE-----

and ends with -----END CERTIFICATE-----

The second file starts with -----BEGIN RSA PRIVATE KEY-----

and ends with -----END RSA PRIVATE KEY-----

请注意,域名尚未上线,但我需要了解如何使用这两个文件获取域名。

最佳答案

我找到的解决方案是在 PHP 中使用它:

$contents = file_get_contents($certificate_file_path);

$parsed = openssl_x509_parse($contents);

print_r($parsed);

这将以数组格式为您提供所有相关信息。

关于php - 如何使用 PHP 验证证书(非自签名),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31919805/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com