mirror of
https://github.com/anikeen-com/yaac.git
synced 2026-03-13 13:46:10 +00:00
naming changes
readme update
This commit is contained in:
@@ -195,6 +195,12 @@ file_put_contents('certificate.cert', $certificate->getCertificate());
|
||||
file_put_contents('private.key', $certificate->getPrivateKey());
|
||||
```
|
||||
|
||||
>To get a seperate intermediate certificate and domain certificate:
|
||||
>```php
|
||||
>$domainCertificate = $certificate->getCertificate(false);
|
||||
>$intermediateCertificate = $certificate->getIntermediate();
|
||||
>```
|
||||
|
||||
### Who is using it?
|
||||
|
||||
Are you using this package, would love to know. Please send a PR to enlist your project or company.
|
||||
|
||||
Reference in New Issue
Block a user