Posted in: X.509

X.509 Certificate Validation Process

The process of X.509 certificate validation involves several steps, including checking the certificate chain, verifying the chain policy, and handling missing root certificates. Here’s a detailed breakdown of the process.

Posted in: WordPress, WP子主题

WordPress使用子主题来避免主题升级导致手动修改代码失效

子主题是继承父主题(即你正在使用的主题)的样式和功能,但允许你添加或修改功能而不影响父主题文件。以下是创建和使用子主题的步骤:
使用子主题可以避免升级父主题时,手动修改代码失效。

创建子主题文件夹:
在 wp-content/themes 目录下创建一个新的文件夹,例如 my-child-theme。

Posted in: Certificate, Windows

What will triger Windows Retrieve root certificates from Network

Windows may retrieve root certificates from the network under several circumstances, typically involving certificate validation and updates. Here are some common triggers: 1. Certificate Chain Validation When Windows encounters a certificate (e.g., during HTTPS communication or code signing), it attempts to build a certificate chain to validate trust. If the required root certificate is not […]

Back to Top