Skip to content

Commit

Permalink
Add missing documentation config option
Browse files Browse the repository at this point in the history
Added the missing "keypair_directory" from the documentation about
Docker.
  • Loading branch information
timewasted committed Sep 18, 2024
1 parent 020411b commit abfbad3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,9 @@ acmesh_extra_params_install_cert => [
acmesh_extra_params_issue => [
'--config-home /cert-data',
],

# The directory to store acmeproxy.pl.crt and acmeproxy.pl.key
keypair_directory => '/cert-data',
```

Use the Docker CLI you can achive something similar using:
Expand Down

0 comments on commit abfbad3

Please sign in to comment.