Commit Graph

1687 Commits (f71e27e787fff9feb9b62b8aec04c5cacaae7bca)
 

Author SHA1 Message Date
Mariano Cano ce5e1b4934 Fix merge issue. 4 years ago
Mariano Cano 35bd3ec383
Merge pull request #329 from smallstep/ssh-cert-templates
SSH cert templates
4 years ago
Mariano Cano cef0475e71 Make clear what's a template/unsigned certificate. 4 years ago
Mariano Cano 4d375a06f5 Make clearer what's an unsigned cert. 4 years ago
Mariano Cano b7269b6579 Fix comment. 4 years ago
Mariano Cano 193d18ee21 Hide unnecessary error. 4 years ago
Mariano Cano ef86bedb2c Upgrade go.step.sm dependency to v0.3.0 4 years ago
Mariano Cano c94a1c51be Merge branch 'master' into ssh-cert-templates 4 years ago
Mariano Cano ba918100d0 Use go.step.sm/crypto/jose
Replace use of github.com/smallstep/cli/crypto with the new package
go.step.sm/crypto/jose.
4 years ago
Mariano Cano 896a7a508f
Merge pull request #357 from Dennis14e/patch-1
README: Fix url to step cli tool
4 years ago
Max f3e4ee2aa3
Merge pull request #359 from smallstep/max/csr-no-subject-test
Remove unused code; fix usage wrong word; add gap time for unit test
4 years ago
max furman 46fc922afd Remove unused code; fix usage wrong word; add gap time for unit test 4 years ago
Mariano Cano 03d642e59c Update go.step.sm/crypto to v0.2.0
Fixes #302
4 years ago
max furman 81875074e3 tie -> the in comment 4 years ago
Dennis Neufeld 43833e54f0
README: Fix url to step cli tool 4 years ago
Mariano Cano 3f660ff07e
Merge pull request #354 from smallstep/bundle-awskms-init
Add step-awskms-init into the builds.
4 years ago
Mariano Cano ffedccf439 Add step-awskms-init into the builds. 4 years ago
Carl Tashian 6a98de943d
Merge pull request #353 from smallstep/docker-buildx
Small changes to docker/travis
4 years ago
Carl Tashian 066017ae81 revert debian/changelog 4 years ago
Carl Tashian 821a464ae5 Remove docker testing from makefile 4 years ago
Carl Tashian 271c852773 Add back qemu 4 years ago
Carl Tashian be26c294ca More Travis tweaks 4 years ago
Carl Tashian 998162392b Attempt at parallelism 4 years ago
Carl Tashian 22bac129ec Try focal + docker on Travis 4 years ago
Carl Tashian eb6e2191d5 Docker build tweaks 4 years ago
Carl Tashian 741fd143af Travis tweaks for Docker 4 years ago
Max d073a0abeb
Merge pull request #352 from smallstep/max/docker-master
Turn off docker builds for master branch. Only build for releases
4 years ago
max furman 4cf012b667 Turn off docker builds for master branch. Only build for releases 4 years ago
max furman cb594ed2e0 go mod tidy and golang 1.15.0 cleanup ...
- cs.NegotiatedProtocolIsMutual has been deprecated but we still build
in travis with 1.14 so for now we'll ignore this linting error
- string(int) was resolving to string of a single rune rather than
string of digits -> use fmt.Sprint
4 years ago
Carl Tashian b41aac6f5b Merge branch 'docker-buildx' into master 4 years ago
Carl Tashian 0a02177b51 Run directly, for Travis 4 years ago
Carl Tashian c44d1b760e Install docker CE as part of travis build 4 years ago
Carl Tashian 5d17c8b011 Merge branch 'docker-buildx' into master 4 years ago
Carl Tashian a1839c444b Try using `test -f` instead of testing `docker buildx` directly 4 years ago
Carl Tashian bf892ce43f Merge branch 'docker-buildx' into master 4 years ago
Carl Tashian 7b55c1b37d Merge branch 'docker-buildx' of https://github.com/smallstep/certificates into docker-buildx 4 years ago
Carl Tashian a8662bf984 Missing parens for logical grouping, in makefile 4 years ago
Carl Tashian ac964f365c
Merge pull request #346 from smallstep/docker-buildx
Fixes #344; also gets docker buildx working on both darwin & linux
4 years ago
max furman 795648e5d5 bump cli to v0.15.0 4 years ago
Mariano Cano 32ba80f446 Use pemutil branch. 4 years ago
Mariano Cano b900a7a2fc Fix error message in tests. 4 years ago
Mariano Cano d30a95236d Use always go.step.sm/crypto 4 years ago
Mariano Cano 93b532ecff
Merge pull request #312 from smallstep/cert-templates
Certificate flexibility
4 years ago
Mariano Cano aaaa7e9b4e Merge branch 'master' into cert-templates 4 years ago
Carl Tashian 05450a843c Remove extraneous line from docker.mk 4 years ago
Carl Tashian 9815a38a2c Fixes #344; also gets docker buildx working on both darwin & linux 4 years ago
Max 393f3efe69
Merge pull request #345 from smallstep/max/acmeLogCert
Add cert logging for acme/certificate api
4 years ago
max furman 8e3481a8ef [logger map] small optimization
Rather than doing two key writes and one lookup, just write once.
4 years ago
max furman 55bf5a4526 Add cert logging for acme/certificate api 4 years ago
Mariano Cano 533ad0ca20 Use always go.step.sm/crypto/x509util 4 years ago