Commit Graph

17 Commits (39f46d31b9cca6cda3ae2c5da02d03d6e6eb4d4f)

Author SHA1 Message Date
Mariano Cano 39f46d31b9
Remove deprecated binaries
This commit removes the following deprecated binaries:

 - step-awskms-init
 - step-cloudkms-init
 - step-pkcs11-init
 - step-yubikey-init

From now on step and step-kms-plugin should be used to initialize the
PKI in AWS KMS, GCP KMS, PKCS#11 modules or YubiKeys.

A future commit will add step-kms-plugin to the docker images of
step-ca.

Fixes #1046
1 year ago
Carl Tashian a017238874
No need for PROVISIONER_PWDPATH 1 year ago
Carl Tashian 844cfd3bad
Generate and use independent provisioner and private key passwords 1 year ago
Mariano Cano 18555a3cb2
Split build and download in Dockerfiles
On systems with low resources the command `go mod download` can fail.
This causes long builds of the docker images. This change adds a new
layer in the docker build splitting the build and download in two
steps.

Fixes #1114
2 years ago
Jakob Schlyter c1425422dd include support for GCP and AWS KMS by default 2 years ago
Carl Tashian 8d52379771 New Dockerfile with entrypoint script for easy CA init 3 years ago
Carl Tashian 3b31c6d2f5 Change `HEALTHCHECK` to use `step ca health`. Change shell `CMD exec` to skip redundant `/bin/sh -c` 4 years ago
Carl Tashian 6ffc438ed1 Update Dockerfile.step-ca to match best practices
- See https://docs.docker.com/develop/develop-images/dockerfile_best-practices/
- Added a .dockerignore file to reduce the build context size
- Added a HEALTHCHECK (curl the CA)
4 years ago
Carl Tashian 9815a38a2c Fixes #344; also gets docker buildx working on both darwin & linux 4 years ago
Moritz Marquardt da18defd94 Let step-ca bind to ports < 1024 4 years ago
max furman 2871d0b68b bump Docker to latest tag 5 years ago
Mariano Cano c099795122 Revert use latest version as it does not yet exists. 5 years ago
Mariano Cano ce54927dab Use latest tag. 5 years ago
Mariano Cano b5d67ab129 Remove exposed port, it depends on the configuration. 5 years ago
Mariano Cano 2f661c0941 Update docker images and add docs on how to run step-ca on docker.
Fixes #48
5 years ago
max furman 8402b06119 bump step-cli container version in step-ca Dockerfile 5 years ago
max furman f7154a9ba3 add Makefile build and deploy docker image for step-ca 6 years ago