证书的ca-bundle文件
ca-bundle.crt 文件存储了各大证书颁发证的根证书交叉文件。curl 访问https网站时,会比对这个文件里的根证书。如果这个文件过老,那就是有新的根证书未加入到这个文件里。导致curl无法正常访问https网站。
cat test.crt test.ca-bundle > test_new.crt
网站验证:https://myssl.com
#namecheap在线证书转换工具:
https://decoder.link/converter
ca-bundle.crt 文件存储了各大证书颁发证的根证书交叉文件。curl 访问https网站时,会比对这个文件里的根证书。如果这个文件过老,那就是有新的根证书未加入到这个文件里。导致curl无法正常访问https网站。
cat test.crt test.ca-bundle > test_new.crt
网站验证:https://myssl.com
#namecheap在线证书转换工具:
https://decoder.link/converter