]> Sergey Matveev's repositories - zeasypki.git/commitdiff
Tiny README actualisation
authorSergey Matveev <stargrave@stargrave.org>
Sun, 19 Mar 2023 14:35:06 +0000 (17:35 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Sun, 19 Mar 2023 14:35:06 +0000 (17:35 +0300)
README

diff --git a/README b/README
index 8717fadb250f2851abd8d8a58208c9534c284cb2..2389d941cdb8ea11917251adbe925d1d8c79a705 100644 (file)
--- a/README
+++ b/README
@@ -1,13 +1,13 @@
 zeasypki -- easy PKI
 This is helper script for managing X.509 TLS PKI.
 
-ECDSA keypairs are handled with GnuTLS'es certtool.
+ECDSA and EdDSA keypairs are handled with GnuTLS'es certtool.
 GOST keypairs are handled with GoGOST'es utilities
 (http://www.gogost.cypherpunks.ru).
 
 CA certificates have 10 years validity lifetime.
 EE certificates have 365 days one.
-EE certificates contain only domain name and a country.
+EE certificates contain only domain name and optionally a country.
 
 Edit zeasypki to suit your needs and working environment. Probably you want
 to change path-variable setting, that points to GoGOST'es built utilities.