Sign inSign up

cbeer/cfssl

By cbeer

Updated almost 11 years ago

Image
0

1.2K

cbeer/cfssl repository overview

docker-cfssl

This is a dockerized version of https://github.com/cloudflare/cfssl.

$ docker run  -p 8888:8888 cbeer/cfssl
$ cfssl gencert -remote="localhost:8888" www.example.com csr.json

A self-signed root CA is provided out-of-the-box for demonstration purposes. To provide your own configuration, you can mount a volume containing, e.g.:

  • ca.pem
  • ca_key.pem
$ docker run -v /path/to/my/cfssl-data:/etc/cfssl -p 8888:8888 cbeer/cfssl

Tag summary

Content type

Image

Digest

sha256:ceee216a1

Size

181.6 MB

Last updated

almost 11 years ago

docker pull cbeer/cfssl