From c23562b1af26dcad9c5d90ad2744501abbd28e26 Mon Sep 17 00:00:00 2001 From: Daniel Date: Mon, 4 Dec 2017 14:41:28 -0500 Subject: [PATCH] Fix minor provider.md typo The "Writing your own Provider" section of `src/site/markdown/provider.md` had a small typo "Writing an own Provider". This commit fixes the typo. --- src/site/markdown/provider.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/site/markdown/provider.md b/src/site/markdown/provider.md index cbb4708a..55b48f8f 100644 --- a/src/site/markdown/provider.md +++ b/src/site/markdown/provider.md @@ -12,7 +12,7 @@ ACME providers are "plug-ins" to _acme4j_ that are specialized on a single CA. F Session session = new Session("acme://letsencrypt.org", accountKeyPair); ``` -## Writing an own Provider +## Writing your own Provider Every CA that provides an ACME server should also have an own `AcmeProvider`, and if it is just for the sake of a pretty `acme:` URI.