Method | Description | |
---|---|---|
__construct ( Symfony\Component\Serializer\SerializerInterface $serializer, League\Flysystem\FilesystemInterface $master, League\Flysystem\FilesystemInterface $backup, boolean $enableBackup ) | ||
hasAccountKeyPair ( ) | ||
hasDomainAuthorizationChallenge ( $domain ) | ||
hasDomainCertificate ( $domain ) | ||
hasDomainDistinguishedName ( $domain ) | ||
hasDomainKeyPair ( $domain ) | ||
loadAccountKeyPair ( ) | ||
loadDomainAuthorizationChallenge ( $domain ) | ||
loadDomainCertificate ( $domain ) | ||
loadDomainDistinguishedName ( $domain ) | ||
loadDomainKeyPair ( $domain ) | ||
save ( $path, $content, $visibility = self::VISIBILITY_PRIVATE ) | ||
storeAccountKeyPair ( |
||
storeCertificateResponse ( |
||
storeDomainAuthorizationChallenge ( $domain, AcmePhp\Core\Protocol\AuthorizationChallenge $authorizationChallenge ) | ||
storeDomainCertificate ( $domain, |
||
storeDomainDistinguishedName ( $domain, |
||
storeDomainKeyPair ( $domain, |
Method | Description | |
---|---|---|
backupAndUpdate ( $path, $content ) | ||
createAndBackup ( $path, $content ) |
public __construct ( Symfony\Component\Serializer\SerializerInterface $serializer, League\Flysystem\FilesystemInterface $master, League\Flysystem\FilesystemInterface $backup, boolean $enableBackup ) | ||
$serializer | Symfony\Component\Serializer\SerializerInterface | |
$master | League\Flysystem\FilesystemInterface | |
$backup | League\Flysystem\FilesystemInterface | |
$enableBackup | boolean |
public loadDomainAuthorizationChallenge ( $domain ) |
public storeAccountKeyPair ( |
||
$keyPair |
public storeCertificateResponse ( |
||
$certificateResponse |
public storeDomainAuthorizationChallenge ( $domain, AcmePhp\Core\Protocol\AuthorizationChallenge $authorizationChallenge ) | ||
$authorizationChallenge | AcmePhp\Core\Protocol\AuthorizationChallenge |
public storeDomainCertificate ( $domain, |
||
$certificate |
public storeDomainDistinguishedName ( $domain, |
||
$distinguishedName |
public storeDomainKeyPair ( $domain, |
||
$keyPair |