Property | Type | Description | |
---|---|---|---|
$account | |||
$domainKeys |
Method | Description | |
---|---|---|
__construct ( String $domain, |
Initialize a domain with subdomains | |
__debugInfo ( ) | ||
applyCertificates ( ) : boolean | Apply certificates to DirectAdmin | |
createKeys ( ) : |
Create domain RSA keys | |
getCertificate ( ) : string | Get the domains certificate | |
getCertificateAuthorityCertificates ( ) : string[] | Get a array of certificate authority certificates | |
getDomain ( ) : String | Get domain's name | |
getPath ( ) : string | Get path to domain root | |
getStoragePath ( ) : string | Get path to domain storage | |
getSubdomains ( ) : Array | Get list of subdomains | |
receiveSubdomains ( ) : Array | Receive available subdomains from Directadmin | |
removeCertificates ( ) | Disable certificates in DirectAdmin | |
requestCertificate ( |
Request certificate at ACME |
Method | Description | |
---|---|---|
getSocket ( ) : |
Get already initialized HTTPSocket, or create a new one |
public __construct ( String $domain, |
||
$domain | String | Domain name |
$account | Account |
public applyCertificates ( ) : boolean | ||
return | boolean |
public createKeys ( ) : |
||
return |
public getCertificate ( ) : string | ||
return | string |
public getCertificateAuthorityCertificates ( ) : string[] | ||
return | string[] |
public getStoragePath ( ) : string | ||
return | string |
public receiveSubdomains ( ) : Array | ||
return | Array |
public removeCertificates ( ) |