From 7643108de00e583e5006f4d775c1c4e5f1a4237b Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Wed, 31 May 2023 09:58:09 +0200 Subject: [PATCH] Update link to Instant Domains --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f8bcb58..0788a32 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ instant-acme is an async, pure-Rust ACME (RFC 8555) client. -instant-acme is used in production at [InstantDomain](https://instantdomain.com/) to help +instant-acme is used in production at [Instant Domains](https://instantdomains.com/) to help us provision TLS certificates within seconds for our customers. instant-acme relies on Tokio and rustls to implement the [RFC 8555](https://www.rfc-editor.org/rfc/rfc8555.html) specification.