Commit Graph

36 Commits (master)

Author SHA1 Message Date
Anton Patsev c2dfe595f1 Сorrection of spelling errors 2 months ago
Herman Slatman 7e1b93b628
Update examples/README.md 2 months ago
Anton Patsev 0a074cb8ff Spelling errors and punctuation have been corrected 2 months ago
J. Hunter Hawke 808f039b09
Added some example ansible configs (#813) 2 years ago
JJ 3c5d1c9d3f Use smallstep/small-cli as base image, remove step cli build 2 years ago
Herman Slatman e7a988b2cd
Pin golangci-lint to v1.43.0 and fix issues 3 years ago
Mariano Cano 36b622bfc2 Use Golang's default keep-alive.
Since Go 1.13 a net.Listen keep-alive is enabled by default if
the protocol and OS supports it. The new one is 15s to match
the net.Dial default one. Previously http.Server ListenAndServe
and ListenAndServeTLS used to add a wrapper with 3m that we
replicated.

See https://github.com/golang/go/issues/31510
3 years ago
Mariano Cano 50d09c183b Fix example and use ClientCAs.
Server trust client certificates using ClientCAs instead of RootCAs.
4 years ago
Carl Tashian 15bbd1cf20 Remove libpcsclite-dev requirement 4 years ago
Carl Tashian 4bde83a262 Fixes #295 4 years ago
Sebastian Tiedtke 7b1f4a43cf
Added example for custom claims (#39)
Add docs and examples for custom claims
5 years ago
Sebastian Tiedtke 55155d1207 Change readme formatting 5 years ago
Sebastian Tiedtke 754670ad12
Add basic federation example (#26)
Add basic federation example
5 years ago
max furman a2d3733929 Add a simplified puppet example with snippets 6 years ago
Mariano Cano d872f09910 Use mTLS by default on SDK methods.
Add options to modify the tls.Config for different configurations.
Fixes #7
6 years ago
Mariano Cano 0d4f96c1d9 Update renew with force flag.
Clean old certificates in volumes on start.
6 years ago
max furman baaff35818 fix grammar in examples/README.md 6 years ago
Mariano Cano eae25cbbd7 Remove unused commands. 6 years ago
Mariano Cano 74b7a54fa2 Use docker-composer up/down 6 years ago
Mariano Cano d4e9812a98 Fix comments on dockerfiles. 6 years ago
Mariano Cano c6462e21ec Add docs on how to run the docker demo. 6 years ago
Mariano Cano 30b30d7643 Add example of nginx+step-ca 6 years ago
Mariano Cano 9c64dbda9a Add helpers to add direct support for mTLS. 6 years ago
Mariano Cano 272bbc57dd Remove new- prefix for ca token and ca certificate commands. 6 years ago
Mariano Cano ba88c8c5cb Add context to bootstrap methods. 6 years ago
Sebastian Tiedtke 299eea233b
Removed redundant closing brackets 6 years ago
Mariano Cano ff0512eb58 Fix typo in method name. 6 years ago
Mariano Cano 4adc6143e8 Add example of certificate rotation. 6 years ago
Mariano Cano a9246cd6f1 Add provisioner with a small default duration. 6 years ago
Mariano Cano 89fb49c6d7 Fix lint errors in examples. 6 years ago
Mariano Cano 6617c93732 Add new example and docs on the client SDK. 6 years ago
Mariano Cano abe503ed21 Move examples to it's own directory so the build works. 6 years ago
Mariano Cano e8a66d85a7 Add examples using the bootstrap methods. 6 years ago
Mariano Cano 50598e33c3 Remove unused files. 6 years ago
Mariano Cano 52784eda38 Add a simple full configuration of the ca to use with examples. 6 years ago
max furman c284a2c0ab first commit 6 years ago