Skip to content

Commit

Permalink
Fix typo in config
Browse files Browse the repository at this point in the history
  • Loading branch information
jderusse committed Jun 29, 2018
1 parent 4a08ccc commit 922bd70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -116,7 +116,7 @@ certificates:
# passive: true
# ssl: true
# timeout: 30
# private_key: path/to/or/contents/of/privatekey
# privateKey: path/to/or/contents/of/privatekey
```

usage
Expand Down
2 changes: 1 addition & 1 deletion res/acmephp.conf.dist
Expand Up @@ -56,7 +56,7 @@ storage:
# username: username
# password: password
# # port: 22
# # private_key: path/to/or/contents/of/privatekey
# # privateKey: path/to/or/contents/of/privatekey
# # timeout: 30

#
Expand Down

0 comments on commit 922bd70

Please sign in to comment.