Minor spelling improvements

This commit is contained in:
Mathias Petermann 2020-09-23 19:14:09 +02:00
parent 4f1e09e3af
commit 21c2255c75
1 changed files with 2 additions and 2 deletions

View File

@ -540,7 +540,7 @@ configuration.
}
Using `python-jwt` converting a existing private key in PEM format is quite easy::
Using `python-jwt` converting an existing private key in PEM format is quite easy::
import python_jwt as jwt, jwcrypto.jwk as jwk
@ -554,4 +554,4 @@ Using `python-jwt` converting a existing private key in PEM format is quite easy
{"body": {}, "uri": "https://acme-staging-v02.api.letsencrypt.org/acme/acct/<ACCOUNT_NUMBER>"}
The uri can be retrieved from the ACME create account endpoint, when trying to create a new account, using the existing key.
The URI can be retrieved from the ACME create account endpoint when creating a new account, using the existing key.