fix: fixed internal, external links

This commit is contained in:
2023-10-30 20:31:40 +09:00
parent 30a1a142d4
commit a8457d15c8
2 changed files with 4 additions and 4 deletions

View File

@@ -95,7 +95,7 @@ Thus we validate certificates by the following process. Suppose we received a ce
We will request the certificate of a root CA at the end. If everything went well, all the intermediate certificates will have been verified. Now we must verify the certificate of a root CA, but a root CA does not have any higher level CAs.
Root CAs are decided publicly by the [CA/Browser forum](CABforum.org). Thus they are acknowledged by the public community, and we agree that root CAs can be trusted. Therefore, root CAs sign their own certificates.
Root CAs are decided publicly by the [CA/Browser forum](https://cabforum.org/). Thus they are acknowledged by the public community, and we agree that root CAs can be trusted. Therefore, root CAs sign their own certificates.
In many web browsers, root CAs are whitelisted so that they are always trusted.