Skip to content

Commit

Permalink
Merge pull request #16 from stonemax/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
stonemax authored Mar 30, 2018
2 parents 868334e + d0988ff commit d565269
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ $account->deactivateAccount(); // Deactive the account
These methods bellow are mainly used for generating certificates.

```php
/* Domains and challenges info */
/* Domains and challenges info for a single certificate with multiple SAN: abc.example.com, *.www.example.com and www.example.com */
$domainInfo = [
CommonConstant::CHALLENGE_TYPE_HTTP => [
'abc.example.com'
Expand Down Expand Up @@ -162,4 +162,4 @@ This Project had got a lot of inspirations from [yourivw/LEClient](https://githu


## 8. License
This project is licensed under the MIT License, see the [LICENSE](https://github.com/stonemax/acme2/blob/develop/LICENSE) file for detail.
This project is licensed under the MIT License, see the [LICENSE](https://github.com/stonemax/acme2/blob/develop/LICENSE) file for detail.

0 comments on commit d565269

Please sign in to comment.