syntax highlighting
This commit is contained in:
parent
2d647e7349
commit
ebe2a1fdd2
|
@ -7,7 +7,7 @@
|
||||||
| [letsencrypt-hapi](https://github.com/Daplie/letsencrypt-hapi)
|
| [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
|
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:
|
You also need some sort of server to handle the acme challenge:
|
||||||
|
|
||||||
```
|
```javascript
|
||||||
var app = express();
|
var app = express();
|
||||||
app.use('/', le.middleware());
|
app.use('/', le.middleware());
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue