Skip to content

Commit

Permalink
update readme for accepting invalid certs
Browse files Browse the repository at this point in the history
  • Loading branch information
digizeph committed Jul 23, 2024
1 parent d6906dc commit 3d28240
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ Default flags include `lib-core` and `rustls`.

Users can choose between `rustls` or `native-tls` as their TLS library. We use `rustls` as the basic library.

Users can also choose to accept invalid certificates (not recommending) by setting `ONEIO_ACCEPT_INVALID_CERTS=true`
environment variable.

### Optional features: `cli`, `s3`, `digest`

- `s3`: allow reading from AWS S3 compatible buckets
Expand Down

0 comments on commit 3d28240

Please sign in to comment.