DirectAdmin\LetsEncrypt\Lib\Account::getStoragePath PHP Method

getStoragePath() public method

Get path to users Let's Encrypt dir
public getStoragePath ( ) : string
return string
    public function getStoragePath()
    {
        return $this->getPath() . DIRECTORY_SEPARATOR . '.letsencrypt';
    }