Let's Encrypt v2 (ACME draft 11) client for your browser. Companion to greenlock.js https://greenlock.domains
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

39 строки
941 B

5 лет назад
# Greenlock™ in your Browser
6 лет назад
Taking greenlock™ (Let's Encrypt v2 / ACME client) where it's never been before: Your browser!
5 лет назад
# Official Site
6 лет назад
5 лет назад
This app is available at <https://greenlock.domains>.
6 лет назад
We expect that our hosted version will meet all of yours needs.
If it doesn't, please open an issue to let us know why.
We'd much rather improve the app than have a hundred different versions running in the wild.
However, in keeping to our values we've released the source for others to inspect, improve, and modify.
5 лет назад
# Trademark Notice
6 лет назад
Greenlock&trade; is our trademark. If you do host your own copy of this app,
please do provide attribution, but please also use your branding.
5 лет назад
# Install
6 лет назад
```bash
git clone ssh://gitea@git.coolaj86.com:22042/coolaj86/greenlock.html.git
pushd greenlock.html/
bash install.sh
popd
```
5 лет назад
# Usage
6 лет назад
Simply host from your webserver.
For example
```bash
pushd greenlock.html/
bash serve.sh
```