Commit Graph

10 Commits

Author SHA1 Message Date
Peter Thaleikis
7e97aba016 Chore: Remove param that is not actually passed in 2022-12-18 12:39:53 +01:00
Adro Rocker
46c045ddb6 Fix return type in Order::getAuthorizationURLs
Fix return type in Afosto\Acme\Data\Order::getAuthorizationURLs docblock
2021-04-26 10:32:28 -05:00
peterbakker
32b9d432db naming changes
readme update
2020-04-28 20:38:51 +02:00
Michael Munger
713285f8b5 Add support to get certificate chain as separate certificates
- https://github.com/afosto/yaac/issues/10
- The purpose is to support web servers such as apache < 2.4.8
  where the intermediate certificate needs to be separate
- Add method Helper::splitCertificate to parse cert chain
- Add param to Certificate::getCertificate($asChain = true)
  to maintain bc and get the certificate with or without chain
- Add method Certificate::getIntermediateCertificate to get just
  the intermediate certificate
2020-04-24 16:36:49 -06:00
peterbakker
98d07ff83c added dns support 2020-03-18 21:05:04 +01:00
peterbakker
505ce369e5 Merge branch 'lordelph-master'
# Conflicts:
#	src/Data/Authorization.php
2020-03-18 19:57:43 +01:00
peterbakker
b7ff268e4e Improved http validation with exponential backoff
Added documentation
Simplified HTTP validation flow (no longer need challenge to get file contents)
Updated README.md
2020-03-18 19:31:57 +01:00
Paul Dixon
c2532e0dab add support for DNS validation
- new constant Client::VALIDATION_DNS
- added Authorization::getDnsChallenge to get the challenge
- added Authorization::getTxtRecord to get the TXT record value
- added Helper::waitForDNS to provide an easy way to wait for changes
- updated documentation to illustrate DNS validation
2020-03-17 18:27:27 +00:00
peterbakker
4c7b6b8e60 Updated the namespace to Acme 2020-02-13 09:04:16 +01:00
peterbakker
5a35b6af35 Initial commit 2020-02-13 08:55:12 +01:00