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
- Host: GitHub
- URL: https://github.com/jay0lee/ethelbert
- Owner: jay0lee
- License: apache-2.0
- Created: 2025-03-05T22:46:49.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-13T22:41:13.000Z (over 1 year ago)
- Last Synced: 2025-03-13T23:29:19.536Z (over 1 year ago)
- Language: JavaScript
- Size: 1.76 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.

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.