greenlock.js/examples/README.md

31 lines
867 B
Markdown
Raw Permalink Normal View History

2019-10-08 10:51:15 +00:00
# STOP
2016-04-18 17:01:35 +00:00
2016-04-18 17:02:01 +00:00
**These aren't the droids you're looking for.**
2016-04-18 17:01:35 +00:00
2018-05-15 21:42:04 +00:00
You probably don't want to use `greenlock` directly.
2016-04-18 17:01:35 +00:00
Instead, look here:
2019-10-08 10:51:15 +00:00
## Webservers
2016-04-18 17:01:35 +00:00
For any type of webserver (express, hapi, koa, connect, https, spdy, etc),
you're going to want to take a look at
2018-05-15 21:42:04 +00:00
[greenlock-express](https://git.coolaj86.com/coolaj86/greenlock-express.js).
2016-04-18 17:01:35 +00:00
2018-05-15 21:42:04 +00:00
<https://git.coolaj86.com/coolaj86/greenlock-express.js>
2016-04-18 17:01:35 +00:00
2019-10-08 10:51:15 +00:00
## CLIs
2016-04-18 17:01:35 +00:00
For any type of CLI (like what you want to use with bash, fish, zsh, cmd.exe, PowerShell, etc),
you're going to want to take a look at
2018-05-15 21:42:04 +00:00
[greenlock-cli](https://git.coolaj86.com/coolaj86/greenlock-cli.js).
2016-04-18 17:01:35 +00:00
2018-05-15 21:42:04 +00:00
<https://git.coolaj86.com/coolaj86/greenlock-cli.js>
2016-04-18 17:01:35 +00:00
2019-10-08 10:51:15 +00:00
# No, I wanted greenlock
2016-04-18 17:01:35 +00:00
Well, take a look at the API in the main README
2016-08-04 22:49:35 +00:00
and you can also check out the code in the repos above.
2016-04-18 17:01:35 +00:00
2016-08-04 22:49:35 +00:00
Feel free to open an issues to request any particular type of example.