mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-04-09 18:33:34 +02:00
Make certificate output location configurable (#210)
This commit is contained in:
committed by
Lukas Schauer
parent
d5b285868e
commit
785ffa5539
@@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user