Browse Source

Additional clarification for the creation of the account key

According to #50 was the wording in Step 1 a litte ambiguous.
monkz 9 years ago
parent
commit
fd9d2a8161
1 changed files with 2 additions and 0 deletions
  1. 2 0
      README.md

+ 2 - 0
README.md

@@ -29,6 +29,8 @@ You must have a public key registered with Let's Encrypt and sign your requests
 with the corresponding private key. If you don't understand what I just said,
 with the corresponding private key. If you don't understand what I just said,
 this script likely isn't for you! Please use the official Let's Encrypt
 this script likely isn't for you! Please use the official Let's Encrypt
 [client](https://github.com/letsencrypt/letsencrypt).
 [client](https://github.com/letsencrypt/letsencrypt).
+To accomplish this you need to initially create a key, that can be used by
+acme-tiny, to register a account for you and sign all following requests.
 
 
 ```
 ```
 openssl genrsa 4096 > account.key
 openssl genrsa 4096 > account.key