An open API service indexing awesome lists of open source software.

https://github.com/jay0lee/ethelbert

ACME client extension for Chrome OS
https://github.com/jay0lee/ethelbert

Last synced: 2 months ago
JSON representation

ACME client extension for Chrome OS

Awesome Lists containing this project

README

          

# Ethelbert
## An experimental ChromeOS extension implementing the ACME protocol for hardware-backed client certificates.

"Ethelbert" is the middle name of [Wile E. Coyote](https://en.wikipedia.org/wiki/Wile_E._Coyote_and_the_Road_Runner) who loved using ACME products but wasn't very good at it.

Wile E Coyote riding an ACME brand rocket

Ethelbert was originally forked from the excellent [ACME HTML Web Browser Client](https://github.com/xiangyuecn/ACME-HTML-Web-Browser-Client) a single HTML/javascript file that implements the entirety of the ACME protocol.
- Adapted to act as a Chrome extension (HTML and javascript must be separated)
- Adapted to call [Chrome's enterprise.platformKeys API](https://developer.chrome.com/docs/extensions/reference/api/enterprise/platformKeys#type-Scope) to use hardware-backed certificates and private keys.
- Switched to using the `device-attestation-01` ACME challenge which is more appropriate for client devices.
- hacked the UI to reduce steps needed for a managed, device-based ACME certificate flow.