Make certificate output location configurable (#210)

This commit is contained in:
Alex Macleod
2016-05-26 13:53:01 +01:00
committed by Lukas Schauer
parent d5b285868e
commit 785ffa5539
3 changed files with 40 additions and 25 deletions

View File

@@ -46,6 +46,7 @@ Parameters:
--privkey (-p) path/to/key.pem Use specified private key instead of account key (useful for revocation)
--config (-f) path/to/config Use specified config file
--hook (-k) path/to/hook.sh Use specified script for hooks
--out (-o) certs/directory Output certificates into the specified directory
--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
```