foxcpp / foxcpp/maddy

ACME client: http-01 challenge

Open
#374 0 comments 7 reactions 0 assignees View on GitHub
new feature
Dominant language
Go
Stars
6.1k
Forks
327
PR merge metrics
No merged PRs in 30d

Description

```
tls.loader.acme local_tls {
hostname $(hostname)
challenge http-01
}

tls &local_tls # set default TLS config for all endpoints

# Configure reverse-proxy on port 80 to forward ACME challenges here
http tcp://127.0.0.1:8080 {
serve acme_http_01 &local_tls # or just 'serve &local_tls'
}
```

- [ ] HTTP endpoint module
- [ ] http-01 challenge

Forked from #3.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.