Commit Graph

1227 Commits (nosql-0.3.2)
 

Author SHA1 Message Date
David Cowden a08cbf7706 nosql: update to 0.3.2
Should pull in a fix for the protobuf warning.
4 years ago
max furman e8c5a3b320 Document concurrency limitations in ACME server
- in concurrency / HA section
4 years ago
Max 0eab3727bf
Merge pull request #336 from smallstep/max/docker
introduce docker-buildx
4 years ago
max furman 476bca3717 Add make docker-dev building and testing locally. 4 years ago
Max 7b9ddf1d09
Merge pull request #337 from smallstep/max/debName
Convert '-' to '~' in deb package name
4 years ago
max furman 652377dbf6 Convert '-' to '~' in deb package name 4 years ago
max furman 9e9808fe3d introduce docker-buildx 4 years ago
Max e55ad2ad52
Merge pull request #335 from smallstep/max/sshpop
Add SSHPOP default provisioner if SSH enabled during init
4 years ago
max furman 3fb116f1b4 Add SSHPOP default provisioner if SSH enabled during init 4 years ago
max furman 3f844c5e23 Update the way SubjectKeyId is calculated, and more ...
- swith lint to first in line for `make all`
- update tests to conform with new subjectkeyid
4 years ago
David Cowden 86efe7aff0 aws: use http.NoBody instead of nil
It's a little more descriptive.
4 years ago
David Cowden 2b121efc8f aws: test constructor with empty IDMS string array 4 years ago
David Cowden dc39eef721 aws: test badIDMS functional path
The existing test only covers the constructor logic. Also test the live
code path that is executed when a bad IDMS version is supplied.
4 years ago
David Cowden 51f16ee2e0 aws: add tests covering metadata service versions
* Add constructor tests for the aws provisioner.
* Add a test to make sure the "v1" logic continues to work.

By and large, v2 is the way to go. However, there are some instances of
things that specifically request metadata service version 1 and so this
adds minimal coverage to make sure we don't accidentally break the path
should anyone need to depend on the former logic.
4 years ago
David Cowden 5efe5f3573 metadata-v2: pull in joshathysolate-master
Taking of this PR to get it across the goal line.
4 years ago
Carl Tashian c1e6c0285a
Merge pull request #325 from smallstep/readme-updates
README updates, round 2
4 years ago
Carl Tashian 912e298043 Whitelist -> Allowlist per https://tools.ietf.org/id/draft-knodel-terminology-01.html 4 years ago
Carl Tashian ed89367fca Round 2 of README updates 4 years ago
Mariano Cano 51b9867c51
Merge pull request #318 from nop33/getting-started-docs-fixes
Getting Started docs fixes
4 years ago
Ilias Trichopoulos 7d5552f53e Fix service logs path 4 years ago
Ilias Trichopoulos 6d8b4a1b9a Fix service name 4 years ago
Ilias Trichopoulos 730639d2a3 Fix service user name
In `ExecStart` the user used us `smallstep` so the same user should be defined in `useradd`.
4 years ago
Carl Tashian 8875097931
Merge pull request #310 from smallstep/fix-docker-build
Fix Docker example build on Linux
4 years ago
Carl Tashian 15bbd1cf20 Remove libpcsclite-dev requirement 4 years ago
Carl Tashian d0b9538bc5 WIP readme changes 4 years ago
Carl Tashian 8b0da33e27
Merge pull request #313 from smallstep/readme-update
First stab at a README update 😱
4 years ago
Max fa8a808fc8
Merge pull request #314 from smallstep/max/rekey
A few last fixes and tests added for rekey/renew ...
4 years ago
max furman fd05f3249b A few last fixes and tests added for rekey/renew ...
- remove all `renewOrRekey`
- explicitly test difference between renew and rekey (diff pub keys)
- add back tests for renew
4 years ago
Max ea9bc493b8
Merge pull request #307 from dharanikumar-s/master
Add support for rekeying Fixes #292
4 years ago
Carl Tashian 4150ded4c1 First stab at a README update 😱 4 years ago
max furman b5699892ad Add github response to frequenty asked questions doc
- security risks of exposing the OAuth Client Secret in the output of
  `step ca provisioner list`
4 years ago
dharanikumar-s 57fb0c80cf Removed calculating SubjectKeyIdentifier on Rekey 4 years ago
dharanikumar-s dfda497929 Renamed RenewOrRekey to Rekey 4 years ago
Carl Tashian 4bde83a262 Fixes #295 4 years ago
dharanikumar-s fe73154a20 Corrected misspelling 4 years ago
dharanikumar-s a3b5211e0f gofmted the code 4 years ago
dharanikumar-s 0c21f0ae9e Added error check after GenerateDefaultKeyPair 4 years ago
dharanikumar-s 2479371c06 Added error check while marshalling public key 4 years ago
dharanikumar-s b368a53149 Modified TestAuthority_Renew to TestAuthority_RenewOrRekey 4 years ago
dharanikumar-s c8c3581e2f SubjectKeyIdentifier extention is calculated from public key passed to this function instead of copying from old certificate 4 years ago
dharanikumar-s 954fda657b Added renewOrRekey to mockAuthority. Added Test_caHandler_Rekey 4 years ago
dharanikumar-s 01a6469d25 Moved peer certificate check to the first line 4 years ago
dharanikumar-s 8f504483ce Added RenewOrRekey function based on @maraino suggestion. RenewOrReky is called from Renew. 4 years ago
Mariano Cano 6736ddee69 Use smallstep/cli v0.14.6 4 years ago
dharanikumar-s 3813f57b1a Add support for rekeying Fixes #292 4 years ago
max furman e1fdd9300c go mod tidy 4 years ago
max furman f5da56e19f Bump version of cli to v0.14.5. 4 years ago
Mariano Cano 900651503e
Merge pull request #305 from mkontani/fix/provisioner-type
docs: fix provisioner type
4 years ago
mkontani feadaa6c56
docs: fix provisioner type
Signed-off-by: mkontani <itoama@live.jp>
4 years ago
max furman 84d9bf86f5 Add `forceCN` option in ACME provisioner doc 4 years ago