1
0
spegling av https://github.com/therootcompany/greenlock.js.git synced 2024-11-16 17:29:00 +00:00

syntax highlighting

This commit is contained in:
AJ ONeal 2016-08-05 03:27:16 -04:00
förälder 2d647e7349
incheckning ebe2a1fdd2

Visa fil

@ -7,7 +7,7 @@
| [letsencrypt-hapi](https://github.com/Daplie/letsencrypt-hapi)
|
letsencrypt
letsencrypt (v2)
===========
Automatic [Let's Encrypt](https://letsencrypt.org) HTTPS / TLS / SSL Certificates for node.js
@ -87,7 +87,7 @@ le.register(
You also need some sort of server to handle the acme challenge:
```
```javascript
var app = express();
app.use('/', le.middleware());
```