mirror of
https://github.com/therootcompany/greenlock.js.git
synced 2025-03-05 16:20:44 +00:00
code fix
This commit is contained in:
parent
2f4950a983
commit
d95a265530
@ -158,7 +158,7 @@ the new certificates, or call `fetch` a final time.
|
||||
|
||||
Example:
|
||||
```javascript
|
||||
var server = require('https').createServer({ SNICallback: le.sniCallback });
|
||||
var server = require('https').createServer({ SNICallback: le.sniCallback, cert: '...', key: '...' });
|
||||
server.on('request', app);
|
||||
```
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user