1
0
réplica de https://github.com/therootcompany/greenlock.js.git sincronizado 2024-11-16 17:29:00 +00:00
Este cometimento está contido em:
AJ ONeal 2016-08-09 19:03:34 -06:00 cometido por GitHub
ascendente 4a94dbdf0b
cometimento 232f97cf05

Ver ficheiro

@ -174,7 +174,6 @@ Here's what `results` looks like:
{ privkey: '' // PEM encoded private key
, cert: '' // PEM encoded cert
, chain: '' // PEM encoded intermediate cert
, fullchain: '' // cert + chain
, issuedAt: 0 // notBefore date (in ms) parsed from cert
, expiresAt: 0 // notAfter date (in ms) parsed from cert
}
@ -186,8 +185,8 @@ API
The full end-user API is exposed in the example above and includes all relevant options.
```
le.register
le.check
le.register(opts)
le.check(opts)
```
### Helper Functions