Nginx Unit PHP SDK
Star this project on Github
My Website
Search
⌃
K
Links
Welcome!
Installation
Questions and Issues
Changelog
Authors
Basic Usage
Unit
Config
Certificates
API Reference
Open
Powered By
GitBook
Comment on page
Certificates
Get all certificates
$unit
->
getCertificates
();
Get certificate
$unit
->
getCertificate
(
'example'
);
Upload certificate
$unit
->
uploadCertificate
(
'/var/www/certififcates/example.pem'
,
'example'
);
Remove certificate
$unit
->
removeCertificate
(
'example'
);
Previous
Applications
Last modified
3mo ago