Skip to content

Commit 4ca6a4a

Browse files
Update README.md
1 parent 850dd33 commit 4ca6a4a

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -429,3 +429,18 @@ To release a new version to LuaRocks:
429429
- Open source the MongoDB storage adapter we're using in API Umbrella.
430430
- Add the ability to encrypt data at rest for any storage adapter (based on what we built for API Umbrella's MongoDB storage adapter).
431431
- We currently rely on [dehydrated](https://github.com/lukas2511/dehydrated) as our Let's Encrypt client. It's called in a non-blocking fashion via [lua-resty-shell](https://github.com/juce/lua-resty-shell) and [sockproc](https://github.com/juce/sockproc), however it might be simpler to eventually replace this approach with a native OpenResty Let's Encrypt client someday.
432+
433+
## Disclaimer
434+
435+
> [!NOTE]
436+
> This repository is officially maintained by <strong>ZeroSSL</strong> as part of our commitment to secure and reliable SSL/TLS solutions. We welcome contributions and feedback from the community!
437+
> For more information about our services, including free and paid SSL/TLS certificates, visit https://zerossl.com.
438+
<p align="center">
439+
<a href="https://zerossl.com.com">
440+
<picture>
441+
<source media="(prefers-color-scheme: dark)" srcset="https://zerossl.com/assets/images/zerossl_logo_white.svg">
442+
<source media="(prefers-color-scheme: light)" srcset="https://zerossl.com/assets/images/zerossl_logo.svg">
443+
<img src="https://zerossl.com/assets/images/zerossl_logo.svg" alt="ZeroSSL" width="256">
444+
</picture>
445+
</a>
446+
</p>

0 commit comments

Comments
 (0)