Skip to content

Commit

Permalink
mention 'autocert' in README
Browse files Browse the repository at this point in the history
  • Loading branch information
alyoanton9 committed Feb 3, 2024
1 parent eecdbc9 commit c2affd9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ The code is implemented in Go, using the following stack:
- [Echo](https://echo.labstack.com/) as the web framework for HTTP routing
- [jwt-go](https://pkg.go.dev/github.com/golang-jwt/[email protected]+incompatible) for providing Bearer authentication tokens
- [testify](https://pkg.go.dev/github.com/stretchr/testify) and [Testcontainers](https://golang.testcontainers.org/) for testing
- [autocert](https://pkg.go.dev/golang.org/x/crypto/acme/[email protected]) for automatic access to the [Let's Encrypt](https://letsencrypt.org/) TLS certificates
- [Docker](https://www.docker.com/) for deployment
- [Yandex Cloud](https://cloud.yandex.com/en/) for hosting

Expand Down

0 comments on commit c2affd9

Please sign in to comment.