ACME registration object.
| author | Niklas Keller |
|---|---|
| package | Kelunik\Acme |
__construct(string $location, array $contact= array(), string|null $agreement= null, string $authorizations= null, string $certificates= null)
stringURI of the registration object
arrayall contacts registered with the server
stringnullURI to the agreement, if agreed
stringURI to retrieve authorizations
stringURI to retrieve certificates
getAgreement() : null | string
| api |
|---|
nullstringURI to the agreement, if agreed, otherwise nullgetAuthorizations() : null | string
| api |
|---|
nullstringURI to retrieve authorizations or nullgetCertificates() : null | string
| api |
|---|
nullstringURI to retrieve certficates or nullgetContact() : array
| api |
|---|
arraycontacts registered with the servergetLocation() : string
| api |
|---|
stringURI to retrieve this registration object