]> git.street.me.uk Git - andy/dehydrated.git/commitdiff
Update Readme.md (#301)
authorMaximilian Weber <post@wbrmx.de>
Thu, 5 Jan 2017 23:32:53 +0000 (00:32 +0100)
committerLukas Schauer <lukas2511@users.noreply.github.com>
Thu, 5 Jan 2017 23:32:53 +0000 (00:32 +0100)
Add config section

README.md

index 28e916bed6cbc17a7f9bfcc4f2679e2cfdade7d0..c57a07457cd674c2f1d7893241901371ccd4c3de 100644 (file)
--- 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.