Sign inSign up

mikamboo/cert-robot

By mikamboo

Updated over 6 years ago

K8S Cert Secret Updater

Image
0

477

mikamboo/cert-robot repository overview

This image uses call to api server with pod credentials to update a Letsencrypt certificate secret

Dockerfile
FROM alpine:3.10

RUN apk add --no-cache curl

COPY entrypoint.sh /usr/bin/entrypoint
COPY cert-secret-tpl.json /tmp

ENTRYPOINT ["/usr/bin/entrypoint"]
Volumes to mount
  • /etc/letsencrypt/live/ Letsencrypt certificates path

Tag summary

Content type

Image

Digest

Size

3.3 MB

Last updated

over 6 years ago

docker pull mikamboo/cert-robot