mirror of https://github.com/shred/acme4j
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
parent
e386994fe5
commit
c23562b1af
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue