Hao Li

Results 2 issues of Hao Li

Although this repo is called docker-letsencrypt-dns, I am wondering if you can expand the support to include http challenge (or even tls). It is because I could't find a repo...

Hi all, I copied the official example from [here](https://developers.google.com/apps-script/guides/typescript) ``` const greeter = (person: string) => { return `Hello, ${person}!`; } let user = 'Grant'; Logger.log(greeter(user)); ``` ## Expected Behavior...