Merge pull request #47 from cpu/cpu-trivial-docs-fix

Fix minor provider.md typo
pull/55/head
Richard Körber 2017-12-04 22:25:50 +01:00 committed by GitHub
commit 04408fcabb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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.