added donation button to readme

This commit is contained in:
Lukas Schauer
2016-03-23 16:31:32 +01:00
parent 2e55e0a926
commit 98f1a7db0b

View File

@@ -1,5 +1,7 @@
# letsencrypt.sh [![Build Status](https://travis-ci.org/lukas2511/letsencrypt.sh.svg?branch=master)](https://travis-ci.org/lukas2511/letsencrypt.sh)
[![Donate](https://www.paypalobjects.com/en_US/i/btn/btn_donate_SM.gif)]( )
This is a client for signing certificates with an ACME-server (currently only provided by letsencrypt) implemented as a relatively simple bash-script.
It uses the `openssl` utility for everything related to actually handling keys and certificates, so you need to have that installed.