Skip to content

Commit 6a936fe

Browse files
Update crates/mtc_worker/README.md
Co-authored-by: Luke Valenta <lvalenta@cloudflare.com>
1 parent 300dfbe commit 6a936fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/mtc_worker/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Then use `wrangler` to run the Worker locally from this directory:
1818
npx wrangler dev -e=dev
1919
```
2020

21-
The Worker doesn't implement a full-blown MTCA. Instead, it implements what we call a **bootstrap MTCA**. For every MTC requested, the requester must provide a **bootstrap certificate**. A bootstrap certificate is a standard X.509 certificate chain that must have a path to a root certificate trusted by `mtc_worker`. By default, the root store for is the intersection of Chrome's and Mozilla's trust stores.
21+
The Worker doesn't implement a full-blown MTCA. Instead, it implements what we call a **bootstrap MTCA**. For every MTC requested, the requester must provide a **bootstrap certificate**. A bootstrap certificate is a standard X.509 certificate chain that must have a path to a root certificate trusted by `mtc_worker`. By default, the root store used is the intersection of Chrome's and Mozilla's trust stores.
2222

2323
To test the basic functionality, run the following script from this directory:
2424

0 commit comments

Comments
 (0)