Docker image for running SSLMate's command line utility.
sslmate
is the command line client for SSLMate, a
service for purchasing and managing SSL certificates. SSLMate provides
easy-to-use tools for buying, renewing, and revoking certificates, for
monitoring the expiration date of your certificates, and for synchronizing your
certificates between your servers.
This image makes it easy to used the sslmate client by mounting a volume where you want your certificates to go and run the sslmate command like this:
$ docker run --rm -v "$(pwd)/certs:/etc/sslmate" starefossen/sslmate sslmate ..
This Docker image is licensed under the MIT License.
Software contained in this image is licensed under the following:
- SSLMate Client: MIT License
This image is officially supported on Docker version 1.7.0.
Support for older versions (down to 1.0) is provided on a best-effort basis.
If you have any problems with or questions about this image, please contact us through a GitHub issue.
You are invited to contribute new features, fixes, or updates, large or small; we are always thrilled to receive pull requests, and do our best to process them as fast as we can.
Before you start to code, we recommend discussing your plans through a GitHub issue, especially for more ambitious contributions. This gives other contributors a chance to point you in the right direction, give you feedback on your design, and help you find out if someone else is working on the same thing.