Skip to content
Snippets Groups Projects
Commit 403c259b authored by Fabien Combernous's avatar Fabien Combernous
Browse files

fix README about CRL in usage section

parent 728cff00
No related branches found
No related tags found
1 merge request!10Resolve "fix README about CRL"
Pipeline #35491 canceled
......@@ -50,7 +50,8 @@ From here, you are able to procude certificates from `cfssl` command line with s
In this example :
* self signed root ca is installed.
* this root ca is served via [HTTP API server](https://github.com/cloudflare/cfssl/tree/master/doc/api) for X509 certificates.
* a CRL is generated is `$cfssl::crldir` directory, updated periodicaly.
* a CRL is generated in `$cfssl::crldir` directory, updated periodicaly as defined by `$cfssl::crl_gentimer`.
* the CRL have a duration of validity defined by `cfssl::crl_expiry`
```
class { 'cfssl':
......@@ -74,7 +75,8 @@ In this example :
* a self signed root authority is installed.
* an intermediate authority signed by root authority is installed.
* this intermediate authority is served via [HTTP API server](https://github.com/cloudflare/cfssl/tree/master/doc/api) for X509 certificates.
* a CRL is generated is `$cfssl::crldir` directory, updated periodicaly.
* CRL are generated in `$cfssl::crldir` directory, updated periodicaly as defined by `$cfssl::crl_gentimer`.
* the CRL have a duration of validity defined by `cfssl::crl_expiry`
```
class { 'cfssl':
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment