Skip to content

Commit

Permalink
docs: update README for CCADB change, webpki fork.
Browse files Browse the repository at this point in the history
The crate no longer uses mkcert.org, and the webpki crate was forked
into the Rustls organization.
  • Loading branch information
cpu committed Aug 10, 2023
1 parent 08972db commit a63eec3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit a63eec3

Please sign in to comment.