diff --git a/easy-rsa.changes b/easy-rsa.changes index 4423cbb..9488e9e 100644 --- a/easy-rsa.changes +++ b/easy-rsa.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Jan 28 19:05:46 UTC 2018 - seroton10@gmail.com + +- Improve RPM description + ------------------------------------------------------------------- Sun Jan 28 18:51:50 UTC 2018 - seroton10@gmail.com diff --git a/easy-rsa.spec b/easy-rsa.spec index 7af2fa5..752ee44 100644 --- a/easy-rsa.spec +++ b/easy-rsa.spec @@ -33,9 +33,9 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch %description -easy-rsa is a CLI utility to build and manage a PKI CA. In laymen's terms, -this means to create a root certificate authority, and request and sign -certificates, including sub-CAs and certificate revokation lists (CRL). +easy-rsa is a CLI utility to build and manage a Public Key Infrastructure +(PKI). Once the Certificate Authority (CA) is created, you can request and sign +certificates, including sub-CAs, and create Certificate Revokation Lists (CRL). %prep %setup -q -n EasyRSA-%{version}