stonemax / acme2

Another PHP client for acme protocal (version 2) implementation, used for generating letsencrypt's free ssl certificates.
MIT License
48 stars 27 forks source link

SAN? #12

Closed MichalPP closed 6 years ago

MichalPP commented 6 years ago

maybe just a documentation issue, but how do I get a certificate with SAN? (eg one certificate for both example.com and www.example.com; or both example.com and *.example.com)

thanks

stonemax commented 6 years ago

This tool supports to issure certificates of SAN. I found you had made a pull request to fix the comment in example.php file, thanks to your contribution again.

MichalPP commented 6 years ago

thanks