Sign inSign up

governmentpaas/certstrap

By governmentpaas

Updated 12 months ago

Contains https://github.com/square/certstrap/

Image
1

500K+

governmentpaas/certstrap repository overview

Installs certstrap.

It uses a go alpine linux image as base to be able to compile go and keep a small image size.

Requirements and tools installed

certstrap is a simple certificate manager based on openssl. In order to use scripts which interact with HTTP APIs (e.g. S3) curl and the ca-certificates are installed.

Build locally

$ cd certstrap
$ docker build -t certstrap .

Run

Locally
$ docker run -v certstrap certstrap -h
$ docker run -v certstrap curl
From Dockerhub image
$ docker run -v governmentpaas/certstrap certstrap -h
$ docker run -v governmentpaas/certstrap curl -h

Tag summary

Content type

Image

Digest

sha256:f80e7cb43

Size

77.6 MB

Last updated

about 1 year ago

docker pull governmentpaas/certstrap