Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
puppet-cfssl
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Adullact
puppet-cfssl
Commits
403c259b
Commit
403c259b
authored
2 years ago
by
Fabien Combernous
Browse files
Options
Downloads
Patches
Plain Diff
fix README about CRL in usage section
parent
728cff00
No related branches found
No related tags found
1 merge request
!10
Resolve "fix README about CRL"
Pipeline
#35491
canceled
2 years ago
Stage: syntax
Stage: unit
Stage: acceptance
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+4
-2
4 additions, 2 deletions
README.md
with
4 additions
and
2 deletions
README.md
+
4
−
2
View file @
403c259b
...
...
@@ -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':
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment