Add clarification

This commit is contained in:
marco 2023-02-11 00:27:40 +01:00
parent f8a9ad40b3
commit f5846dcd12
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
An http server to which one or more domains can be pointed to.
Incoming requests will be proxied to an arbitrary target http server, like Amazon S3, Blogger.com or one of the many options available at sdf.org.
The main idea is to have a server which requires no configuration, handles TLS and can run on mostly any host on the internet with an IP address in one's possession.
The main goal is to serve content for a domain via a server which requires no configuration, handles TLS and can run on mostly any host on the internet with an IP address in one's possession.
Obviously this solution is an end in itself and there already is [Caddy](https://caddyserver.com/).
Thanks to [golang.org/x/crypto/acme/autocert](https://pkg.go.dev/golang.org/x/crypto/acme/autocert), the server will automatically attempt to get a certificate from Let's Encrypt via the [HTTP-01 challenge](https://letsencrypt.org/docs/challenge-types/#http-01-challenge) to enable TLS.