From 7975aa7fc57c91fcc0bc6e567bd59e7b93e7ee13 Mon Sep 17 00:00:00 2001 From: Thomas Lange Date: Tue, 20 Dec 2016 02:08:52 +0100 Subject: Requirements section was added. --- readme.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'readme.md') diff --git a/readme.md b/readme.md index a4d6902..89beda9 100644 --- a/readme.md +++ b/readme.md @@ -1,6 +1,9 @@ # PainlessLE: Let's Encrypt Certificate Issuing Painless issuing a single [X.509 certificate](https://tools.ietf.org/html/rfc5280) for a bunch of hostnames from the **Let's Encrypt** Certification Authority (CA) without having a HTTP server installed (or for those people who do not want to touch their HTTP web directories and place a specific file to accomplish the ACME challenge). PainlessLE assumes that there is already a manually created RSA private key which is used for the Certificate-Signing-Request (CSR) by OpenSSL. The location for the RSA private key is defined within the `"CONFIDENTIAL"` variable and the path should exist with the correct UNIX file permissions. +## Requirements +The [Certbot client](https://certbot.eff.org/) must be installed on your machine because PainlessLE uses this piece of software to communicate over the [ACME protocol](https://tools.ietf.org/html/draft-ietf-acme-acme-01) with the ACME endpoint of Let's Encrypt and runs the ACME challenge. There are no known further requirements for the usage of PainlessLE on Debian GNU/Linux at this time. + ## Configuration Change the `LETSENCRYPT_ENDPOINT` to the address of the ACME staging API for testing purposes. You also can define a command within `LETSENCRYPT_COMMAND_BEFORE` to shutting down a running webserver to release the HTTP(S) port for the standalone webserver before certbot runs the ACME challenge. You can restart your webserver after the ACME challenge is completed within `LETSENCRYPT_COMMAND_AFTER`. -- cgit v1.2.3