From c2a735f99ee405eaa44413dd27b7108f1931e50e Mon Sep 17 00:00:00 2001 From: Maximilian Weber Date: Fri, 6 Jan 2017 00:32:53 +0100 Subject: [PATCH] Update Readme.md (#301) Add config section --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 28e916b..c57a074 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Current features: Please keep in mind that this software and even the acme-protocol are relatively young and may still have some unresolved issues. Feel free to report any issues you find with this script or contribute by submitting a pull request. -### Getting started +## Getting started For getting started I recommend taking a look at [docs/domains_txt.md](docs/domains_txt.md), [docs/wellknown.md](docs/wellknown.md) and the [Usage](#usage) section on this page (you'll probably only need the `-c` option). @@ -57,3 +57,6 @@ Parameters: --challenge (-t) http-01|dns-01 Which challenge should be used? Currently http-01 and dns-01 are supported --algo (-a) rsa|prime256v1|secp384r1 Which public key algorithm should be used? Supported: rsa, prime256v1 and secp384r1 ``` +## Config + +To change the default configuration you can copy [docs/examples/config](docs/examples/config) to the base dir and edit the file. -- 2.47.2