Commit graph

28 commits

Author SHA1 Message Date
Mariano Cano
8200d19894
Improve CRL implementation
This commit adds some changes to PR #731, some of them are:
- Add distribution point to the CRL
- Properly stop the goroutine that generates the CRLs
- CRL config validation
- Remove expired certificates from the CRL
- Require enable set to true to generate a CRL

This last point is the principal change in behaviour from the previous
implementation. The CRL will not be generated if it's not enabled, and
if it is enabled it will always be regenerated at some point, not only
if there is a revocation.
2022-10-26 18:55:24 -07:00
Raal Goff
9fa5f46213 add minor doco, Test_CRLGeneration(), fix some issues from merge 2022-07-13 08:56:47 +08:00
max furman
4cb74e7d8b fix linter warnings 2022-04-30 13:08:28 -07:00
max furman
e8c5a3b320 Document concurrency limitations in ACME server
- in concurrency / HA section
2020-08-07 13:48:35 -07:00
Ilias Trichopoulos
7d5552f53e Fix service logs path 2020-07-14 08:48:43 +02:00
Ilias Trichopoulos
6d8b4a1b9a Fix service name 2020-07-14 08:48:18 +02:00
Ilias Trichopoulos
730639d2a3 Fix service user name
In `ExecStart` the user used us `smallstep` so the same user should be defined in `useradd`.
2020-07-14 08:48:18 +02:00
max furman
aaec9931f4 Add RHEL/Centos install docs and a section on systemctl config 2020-06-15 20:19:44 -07:00
max furman
ca0861bf17 Add documentation for running HA 2020-05-04 16:44:55 -07:00
max furman
083abf5150 Fix a bit of getting started doc syntax 2020-05-04 16:09:36 -07:00
max furman
8227449746 Add docs for ssh cert duration for authority config.
Fixes #238.
2020-05-01 14:48:14 -07:00
max furman
d40c029582 Fix docs database link. 2020-04-28 10:42:05 -07:00
max furman
c436dd7363 Fix broken link in getting started guide 2019-10-14 14:51:03 -07:00
Samuel Wright
752302c318 Bunch of typos and misformatting 2019-06-11 17:28:43 +02:00
Mariano Cano
fb7140444a Add docs for provisioners. 2019-05-09 18:45:57 -07:00
max furman
8ab04bd503 docs sub repo update 2019-04-29 17:50:30 -07:00
max furman
c8fe1ad86d Add database documentation 2019-04-25 18:27:11 -07:00
Mike Maxey
b4137053cf
Update GETTING_STARTED.md 2019-04-23 11:57:30 -07:00
Mariano Cano
572bf0de96
Merge branch 'master' into update-docker 2019-04-09 12:18:56 -07:00
Max
82aa425d15
link step certificates 2019-04-08 14:36:38 -07:00
Mariano Cano
35d09faaa0 Add link to docker.md 2019-03-27 13:05:58 -07:00
Sebastian Tiedtke
fab5f01cc5 Use personal cert 2019-03-26 15:01:59 -07:00
max furman
f75a52d55b A few fixes to the OIDC provisioner docs 2019-03-26 14:43:06 -07:00
Sebastian Tiedtke
52f09605f4 Typo 2019-03-26 14:04:34 -07:00
Sebastian Tiedtke
bf9bb7f9a1 Add closing note 2019-03-26 13:47:01 -07:00
Sebastian Tiedtke
725db1e127 Add docs for OIDC with Gsuite 2019-03-26 13:44:31 -07:00
Sebastian Tiedtke
7b1f4a43cf
Added example for custom claims (#39)
Add docs and examples for custom claims
2019-03-22 12:16:56 -07:00
max furman
e72f087037 Review and polish README
* Break out getting-started guide
* add quickstart guide
* update gif
* remove table of contents and remove with top bar links
2019-02-19 19:09:54 -08:00