mirror of
https://github.com/clearlinux/clrtrust.git
synced 2026-06-16 02:55:58 +00:00
43 lines
1.7 KiB
Markdown
43 lines
1.7 KiB
Markdown
## DISCONTINUATION OF PROJECT.
|
|
|
|
This project will no longer be maintained by Intel.
|
|
|
|
Intel will not provide or guarantee development of or support for this project, including but not limited to, maintenance, bug fixes, new releases or updates. Patches to this project are no longer accepted by Intel. If you have an ongoing need to use this project, are interested in independently developing it, or would like to maintain patches for the community, please create your own fork of the project.
|
|
|
|
Contact: webadmin@linux.intel.com
|
|
# clrtrust: management tool for certificate trust store
|
|
|
|
|
|
The `clrtrust` tool provides a frontend for centralized trust store management.
|
|
It allows for adding (trusting) and removing (distrusting) certificate
|
|
authorities (CAs). It also provides maintenance commands for viewing and
|
|
re-generating the trust store.
|
|
|
|
See [`man clrtrust`](man/clrtrust.1.md) for usage information and examples.
|
|
|
|
## `clrtrust` in Clear Linux OS
|
|
|
|
Clear Linux\* OS uses `clrtrust` to implement a centralized TLS Trust Store for
|
|
all its software packages which use Transport Layer Security. The trust store
|
|
contains a set of trusted Root Certificate Authorities (CAs) which the
|
|
operating system should trust.
|
|
|
|
Clear Linux\* provides a complete and comprehensible list of well-known CAs out
|
|
of the box. It is not necessary to take an action to be able to, for example,
|
|
connect to https://clearlinux.org or https://google.com using TLS-enabled
|
|
software, such as `curl` or `firefox`.
|
|
|
|
## License
|
|
|
|
clrtrust is provided under terms of the GPL, version 2.0. See
|
|
[`COPYING`](COPYING) for details.
|
|
|
|
Copyright © 2020 Intel Corporation
|
|
|
|
|
|
## Reporting issues
|
|
|
|
Help us improve the quality! Report issues at:
|
|
https://github.com/clearlinux/clrtrust/issues
|
|
|