From a63eec3f7ff565817bee11603f1a6e76fbee2fc0 Mon Sep 17 00:00:00 2001 From: Daniel McCarney Date: Thu, 10 Aug 2023 11:51:45 -0400 Subject: [PATCH] docs: update README for CCADB change, webpki fork. The crate no longer uses mkcert.org, and the webpki crate was forked into the Rustls organization. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fd1f7c7..310ce7c 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ # webpki-roots This is a crate containing Mozilla's root certificates for use with -the [webpki](https://github.com/briansmith/webpki) or +the [webpki](https://github.com/rustls/webpki) or [rustls](https://github.com/rustls/rustls) crates. This crate is inspired by [certifi.io](https://certifi.io/en/latest/) and -uses the services provided by [mkcert.org](https://mkcert.org/). +uses the data provided by the [Common CA Database (CCADB)](https://www.ccadb.org/). [![webpki-roots](https://github.com/rustls/webpki-roots/actions/workflows/build.yml/badge.svg?branch=main)](https://github.com/rustls/webpki-roots/actions/workflows/build.yml) [![Crate](https://img.shields.io/crates/v/webpki-roots.svg)](https://crates.io/crates/webpki-roots)