groob/certified

By groob

Updated almost 11 years ago

Image
0

500K+

groob/certified repository overview

A docker container to run certified

Mount the folder with the ssl certificates to /certified/ssl
certified maintains a git repo for all the certificates. The git user and git email are set via GIT_USER and GIT_EMAIL environment variables.

Example

The following example will run certified and print out the help menu.

docker run --rm -it --name certified \
  -v $(pwd)/certs:/certified/etc \
  -e GIT_USER=me \
  -e [email protected] \
  certified certified -h

Folow the documentations at https://github.com/rcrowley/certified for all other commands.

Tag summary

Content type

Image

Digest

sha256:b1f63b42d

Size

103.5 MB

Last updated

almost 11 years ago

Requires Docker Desktop 4.37.1 or later.