$unit->getCertificates();
$unit->getCertificate('example');
$unit->uploadCertificate('/var/www/certififcates/example.pem','example');
$unit->removeCertificate('example');
Last updated 1 year ago