Kelunik\Acme\Registration::getCertificates PHP Method

getCertificates() public method

Gets the certificates URI.
public getCertificates ( ) : null | string
return null | string URI to retrieve certficates or null
    public function getCertificates()
    {
        return $this->certificates;
    }