summaryrefslogtreecommitdiffhomepage
path: root/ipn/localapi/cert.go
AgeCommit message (Expand)AuthorFilesLines
2022-03-17all: use any instead of interface{}Josh Bleecher Snyder1-2/+2
2022-02-19ipn/localapi: treat ACME "invalid" state as terminal, log moreBrad Fitzpatrick1-17/+12
2022-01-25ipn/ipnserver: add TS_PERMIT_CERT_UID envknob to give webservers cert accessBrad Fitzpatrick1-1/+1
2022-01-24envknob: add new package for all the strconv.ParseBool(os.Getenv(..))Brad Fitzpatrick1-2/+2
2021-09-27ipn{,/localapi,ipnlocal}: infer cert dir from state file locationBrad Fitzpatrick1-5/+4
2021-08-18ipn/localapi: refresh ACME certs in background two weeks in advanceBrad Fitzpatrick1-20/+70
2021-08-17ipn/localapi: move cert fetching code to localapi, cache, add cert subcommandBrad Fitzpatrick1-0/+400