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.
pull/55/head
Daniel 2017-12-04 14:41:28 -05:00 committed by Richard Körber
parent e386994fe5
commit c23562b1af
1 changed files with 1 additions and 1 deletions

View File

@ -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); 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. 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.