Commit graph

  • 5ff0dde819
    Remove json tag in acme.Authorization fingerprint Mariano Cano 2023-02-10 13:58:52 -0800
  • da95c44943
    Fix lint issue with Go 1.20 Mariano Cano 2023-02-09 17:02:35 -0800
  • 6ba20209c2
    Verify CSR key fingerprint with attestation certificate key Mariano Cano 2023-02-09 16:48:43 -0800
  • ec3be2359a
    Merge pull request #1262 from micheljung/patch-1 Carl Tashian 2023-02-08 16:46:36 -0800
  • ebe7e5d019
    Add DOCKER_STEPCA_INIT_ADDRESS Michel Jung 2023-02-08 22:22:45 +0100
  • 7a6f3f5ea1
    Clarify error when root certificate is not found carl/bootstrap-error-clarity Carl Tashian 2023-02-08 11:39:44 -0800
  • 03cb74a449
    Merge pull request #1259 from smallstep/dependabot/go_modules/google.golang.org/api-0.109.0 Max 2023-02-06 09:29:39 -0800
  • c9814be699
    Bump google.golang.org/api from 0.108.0 to 0.109.0 dependabot[bot] 2023-02-06 15:10:38 +0000
  • 2c57415657 There is an error during installation which shows. "install: cannot stat 'step-ca_0.23.2/bin/step-ca': No such file or directory" Upon checking the is no bin directory after step-ca_linux_0.23.2_amd64.tar.gz is extracted so by simply changing from step-ca_${CA_VERSION:1}/bin/step-ca to step-ca_${CA_VERSION:1}/step-ca the installation succeed. zyzyx 2023-02-04 01:57:42 +0800
  • 3c76834807
    Merge pull request #1254 from smallstep/changelog-v0.23.2 v0.23.2 Mariano Cano 2023-02-02 15:04:07 -0800
  • 6be15819d6
    Add new entries to changelog Mariano Cano 2023-02-02 14:54:11 -0800
  • da00046a61
    Merge pull request #1235 from smallstep/herman/acme-da-subject-check Herman Slatman 2023-02-02 23:50:40 +0100
  • 2cef8d10ee
    Add changelog for v0.23.2 Mariano Cano 2023-02-02 14:48:34 -0800
  • 067f9c9a5f
    Merge pull request #1252 from smallstep/carl/startup-noconfig-msg Carl Tashian 2023-01-31 17:18:24 -0800
  • 3a6fc5e0b4
    Remove dependency on smallstep/assert in ACME challenge tests Herman Slatman 2023-01-31 23:49:34 +0100
  • 0f1c509e4b
    Remove debug utility Herman Slatman 2023-01-31 23:48:53 +0100
  • b76028f3ba
    Update commands/app.go Carl Tashian 2023-01-31 14:39:29 -0800
  • 1c59b3f132
    Fix linting error Carl Tashian 2023-01-31 12:38:46 -0800
  • 50b4011b03
    Move to commands/app.go Carl Tashian 2023-01-31 12:32:56 -0800
  • 40538d8224
    Merge pull request #1251 from smallstep/pidfile Mariano Cano 2023-01-31 12:16:00 -0800
  • 4b7fa2524d
    Closes #1248 Carl Tashian 2023-01-31 12:10:59 -0800
  • 0df942b8f6
    Add pidfile flag Mariano Cano 2023-01-31 12:04:06 -0800
  • 972bfb9689
    Merge pull request #1250 from smallstep/max/scoop Max 2023-01-31 11:30:33 -0800
  • e741c60afb
    Add scoop back to goreleaser max furman 2023-01-31 11:25:16 -0800
  • dd9b97221e
    Merge pull request #1246 from smallstep/carl/fix-release-linktitle Carl Tashian 2023-01-30 13:28:25 -0800
  • ed4af06a56
    Fixed the arch of the filename in the windows release artifact Carl Tashian 2023-01-30 13:26:59 -0800
  • 197b79bb48
    Merge pull request #1243 from smallstep/remove-deprecated-binaries Mariano Cano 2023-01-30 11:30:35 -0800
  • 0c5e7f1b5c
    Merge pull request #1245 from smallstep/dependabot/go_modules/go.step.sm/crypto-0.23.2 Max 2023-01-30 09:39:43 -0800
  • d79e1343ae
    Merge pull request #1244 from smallstep/dependabot/go_modules/google.golang.org/grpc-1.52.3 Max 2023-01-30 09:38:15 -0800
  • 9a539f22fc
    Bump go.step.sm/crypto from 0.23.1 to 0.23.2 dependabot[bot] 2023-01-30 15:14:01 +0000
  • c32e84b436
    Bump google.golang.org/grpc from 1.52.0 to 1.52.3 dependabot[bot] 2023-01-30 15:13:21 +0000
  • 0f9128c873
    Fix linting issue and order of test SUT Herman Slatman 2023-01-27 15:43:57 +0100
  • 2ab9beb7ed
    Add tests for deviceAttest01Validate Herman Slatman 2023-01-27 15:36:48 +0100
  • 3b1be62663
    Add step-kms-plugin to docker images and build a CGO based one v0.24.0-rc1 Mariano Cano 2023-01-26 16:52:19 -0800
  • 7c632629dd
    Merge branch 'master' into herman/acme-da-subject-check Herman Slatman 2023-01-26 15:52:45 +0100
  • ed61c5df5f
    Cleanup some leftover debug statements Herman Slatman 2023-01-26 15:36:15 +0100
  • 60a9e41c1c
    Remove Identifier from top level ACME Errors Herman Slatman 2023-01-26 14:59:08 +0100
  • edee01c80c
    Refactor debug utility Herman Slatman 2023-01-26 13:41:01 +0100
  • 1c38113e44
    Add ACME Subproblem for more detailed ACME client-side errors Herman Slatman 2023-01-26 13:24:25 +0100
  • 4bb25d4a52
    Merge pull request #1240 from smallstep/remove-deprecated-binaries Mariano Cano 2023-01-24 11:16:50 -0800
  • 39f46d31b9
    Remove deprecated binaries Mariano Cano 2023-01-23 16:30:55 -0800
  • f1724ea8c5
    Merge branch 'master' into herman/acme-da-tpm Herman Slatman 2023-01-23 22:52:56 +0100
  • fc452e560c
    Merge pull request #1236 from smallstep/dependabot/go_modules/github.com/newrelic/go-agent/v3-3.20.3 Max 2023-01-23 12:15:22 -0800
  • 4621b95f38
    Merge pull request #1237 from smallstep/dependabot/go_modules/github.com/urfave/cli-1.22.12 Max 2023-01-23 12:12:38 -0800
  • 2d174472e7
    Merge pull request #1238 from smallstep/dependabot/go_modules/google.golang.org/api-0.108.0 Max 2023-01-23 12:07:26 -0800
  • 3a6e90498c
    Merge pull request #1239 from smallstep/dependabot/go_modules/github.com/hashicorp/vault/api-1.8.3 Max 2023-01-23 12:06:47 -0800
  • cb8a2ee69f
    Bump github.com/hashicorp/vault/api from 1.8.2 to 1.8.3 dependabot[bot] 2023-01-23 15:07:04 +0000
  • 626a3a87b4
    Bump google.golang.org/api from 0.107.0 to 0.108.0 dependabot[bot] 2023-01-23 15:06:54 +0000
  • 925a228656
    Bump github.com/urfave/cli from 1.22.11 to 1.22.12 dependabot[bot] 2023-01-23 15:06:37 +0000
  • 07fd03c3f3
    Bump github.com/newrelic/go-agent/v3 from 3.20.2 to 3.20.3 dependabot[bot] 2023-01-23 15:06:26 +0000
  • 64d9ad7b38
    Validate Subject Common Name for Orders with Permanent Identifier Herman Slatman 2023-01-20 16:54:55 +0100
  • 5bab65aa49
    Merge pull request #1232 from smallstep/dependabot/go_modules/github.com/urfave/cli-1.22.11 Max 2023-01-18 14:09:29 -0800
  • 925f32e82f
    Merge pull request #1231 from smallstep/dependabot/go_modules/google.golang.org/grpc-1.52.0 Max 2023-01-18 14:08:53 -0800
  • 466fe8280e
    Merge pull request #1230 from smallstep/dependabot/go_modules/google.golang.org/api-0.107.0 Max 2023-01-18 14:08:31 -0800
  • fb39fccf6a
    Bump github.com/urfave/cli from 1.22.10 to 1.22.11 dependabot[bot] 2023-01-16 15:56:04 +0000
  • 29deb4befa
    Bump google.golang.org/grpc from 1.51.0 to 1.52.0 dependabot[bot] 2023-01-16 15:54:27 +0000
  • 98cb439b41
    Bump google.golang.org/api from 0.106.0 to 0.107.0 dependabot[bot] 2023-01-16 15:51:18 +0000
  • cc6b87d1a4
    Merge pull request #1228 from smallstep/carl/entrypoint-boolean-fix Carl Tashian 2023-01-11 11:27:59 -0800
  • 2ab9483952
    Only pass --admin-subject if --remote-management is true; fix overall boolean handling Carl Tashian 2023-01-11 11:19:39 -0800
  • e4073270f3
    Merge pull request #1225 from smallstep/0.23.1-changelog v0.23.1-rc.1 v0.23.1 Mariano Cano 2023-01-11 00:40:52 +0100
  • 627506b519
    Merge pull request #1207 from smallstep/max/admin-check Max 2023-01-10 15:17:00 -0800
  • fd921e5b26
    successful isEnabled check should not return error max furman 2023-01-10 15:02:23 -0800
  • 0b26698e72
    Add IsEnabled method in AdminClient for checking admin API availability max furman 2022-12-15 21:44:09 -0800
  • bab77f257a
    Add changelog line for smallstep/certificates#1223 Mariano Cano 2023-01-10 12:42:28 -0800
  • a78ddc7cc5
    Merge pull request #1223 from smallstep/carl/docker-pwd Carl Tashian 2023-01-10 12:34:56 -0800
  • 2e86a392a8
    Add proper PR links Mariano Cano 2023-01-10 12:21:41 -0800
  • 2cd5708103
    Upgrade changelog for v0.23.1 Mariano Cano 2023-01-10 12:11:31 -0800
  • ad8a95cc10
    Merge pull request #1206 from smallstep/oidc-principals Mariano Cano 2023-01-10 20:33:52 +0100
  • dc8b196823
    Print admin username and pw after init Carl Tashian 2023-01-10 09:57:47 -0800
  • 328276eaeb
    Shred provisioner password Carl Tashian 2023-01-09 18:01:14 -0800
  • ad5cbd9a0e
    Print and delete provisioner password on setup Carl Tashian 2023-01-09 17:59:33 -0800
  • a017238874
    No need for PROVISIONER_PWDPATH Carl Tashian 2023-01-09 17:23:47 -0800
  • 313bf2354b
    Check for existance of pwdpath before copying Carl Tashian 2023-01-09 17:08:24 -0800
  • 640bd0b7c7
    Tabs to spaces Carl Tashian 2023-01-09 16:51:36 -0800
  • c836c7ab40
    Backward compatibility Carl Tashian 2023-01-09 16:48:31 -0800
  • 8242895909
    Update hsm dockerfile as well Carl Tashian 2023-01-09 16:39:34 -0800
  • 844cfd3bad
    Generate and use independent provisioner and private key passwords Carl Tashian 2023-01-09 16:36:00 -0800
  • ac4d5e63ab
    Merge pull request #1221 from smallstep/dependabot/go_modules/google.golang.org/api-0.106.0 Max 2023-01-09 09:27:00 -0800
  • 985a0e4858
    Merge pull request #1220 from smallstep/dependabot/go_modules/golang.org/x/crypto-0.5.0 Max 2023-01-09 09:26:27 -0800
  • 762ce06d84
    Merge pull request #1219 from smallstep/dependabot/go_modules/cloud.google.com/go/security-1.11.0 Max 2023-01-09 09:25:46 -0800
  • 34dc119cf7
    Bump google.golang.org/api from 0.105.0 to 0.106.0 dependabot[bot] 2023-01-09 17:21:18 +0000
  • 9cc35d1505
    Merge branch 'master' into dependabot/go_modules/golang.org/x/crypto-0.5.0 Max 2023-01-09 09:20:07 -0800
  • e7a4a1f43c
    Bump cloud.google.com/go/security from 1.10.0 to 1.11.0 dependabot[bot] 2023-01-09 17:19:52 +0000
  • 8ba1b44cd8
    Merge pull request #1218 from smallstep/dependabot/go_modules/cloud.google.com/go/longrunning-0.4.0 Max 2023-01-09 09:16:41 -0800
  • a063961175
    Merge pull request #1217 from smallstep/dependabot/go_modules/golang.org/x/net-0.5.0 Max 2023-01-09 09:15:49 -0800
  • dae0ba9008
    Bump golang.org/x/crypto from 0.4.0 to 0.5.0 dependabot[bot] 2023-01-09 15:09:50 +0000
  • 32f4908310
    Bump cloud.google.com/go/longrunning from 0.3.0 to 0.4.0 dependabot[bot] 2023-01-09 15:09:21 +0000
  • c5c07be298
    Bump golang.org/x/net from 0.4.0 to 0.5.0 dependabot[bot] 2023-01-09 15:08:56 +0000
  • b13b527d18
    Merge pull request #1211 from smallstep/herman/ca-client-context-methods Herman Slatman 2022-12-22 11:55:26 +0100
  • b5961beba9
    Fix and/or ignore linting issues Herman Slatman 2022-12-21 16:02:26 +0100
  • 319333f936
    Add WithContext methods to the CA client Herman Slatman 2022-12-21 12:56:56 +0100
  • 85f6554c5e
    Merge pull request #1210 from smallstep/dependabot/go_modules/golang.org/x/crypto-0.4.0 Max 2022-12-20 12:23:22 -0800
  • 001c156b28
    Merge pull request #1208 from smallstep/dependabot/go_modules/google.golang.org/api-0.105.0 Max 2022-12-20 12:17:36 -0800
  • 407496234f
    Merge pull request #1209 from smallstep/dependabot/go_modules/github.com/newrelic/go-agent/v3-3.20.2 Max 2022-12-20 12:15:33 -0800
  • 27a50d50d3
    Bump golang.org/x/crypto from 0.3.0 to 0.4.0 dependabot[bot] 2022-12-19 15:06:33 +0000
  • 75ffbae5a7
    Bump github.com/newrelic/go-agent/v3 from 3.20.1 to 3.20.2 dependabot[bot] 2022-12-19 15:06:26 +0000
  • a4e64665da
    Bump google.golang.org/api from 0.104.0 to 0.105.0 dependabot[bot] 2022-12-19 15:06:20 +0000
  • 5d87201abc
    Ignore principals validations with OIDC Mariano Cano 2022-12-14 17:51:50 -0800
  • 9007e2ef75
    Merge pull request #1201 from smallstep/herman/docker-remote-management Herman Slatman 2022-12-14 19:32:19 +0100
  • 3fb38a3c14
    Merge pull request #1203 from smallstep/dependabot/go_modules/google.golang.org/api-0.104.0 Max 2022-12-14 09:38:21 -0800