From 8efb4dd8fe7983057c1aae3c06aa680327d59ff1 Mon Sep 17 00:00:00 2001 From: Skylar Ittner Date: Sun, 18 Jul 2021 21:20:33 -0600 Subject: [PATCH] Add link to open cryptography explanation in online manual --- src/index.html | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/index.html b/src/index.html index 26ca981..be5f53f 100644 --- a/src/index.html +++ b/src/index.html @@ -75,10 +75,13 @@ file, You can obtain one at http://mozilla.org/MPL/2.0/. A corresponding public key is also available; anyone with your public key can verify you signed a document, but cannot do anything else. It is recommended to post your public key somewhere public like a website. - This way, people can ensure documents are valid. It is also recommended to + This way, people can ensure documents you notarized are valid without contacting you for a + copy of your public key. It is also recommended to back up your private key in case your computer malfunctions. This will ensure you don't need - to make a new one. A new key won't be able to verify older signatures or vice versa. + to make a new one. A new key won't be able to verify older signatures or vice versa. Some states + require you use only one key for the entire term of your commission.

+ Learn More
Create/unlock private key
Lock private key
Export public key