diff --git a/ChangeLog b/ChangeLog index 086f8b438..ff10134c3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,11 @@ Easy-RSA 3 ChangeLog 3.2.0 (TBD) + * Important note: As of Easy-RSA version 3.2.0-beta1, the configuration files + `vars.example`, `openssl-eayrsa.cnf` and all files in `x509-types` directory + are no longer required. Package maintainers can omit these files in the future. + All files are created as required and deleted upon command completion. + `vars.example` is created during `init-pki` and placed in the fresh PKI. c99141c * New command 'write': Write 'legacy' files to stdout or files (#1046) c814e0a EasyRSA is now capable of running without openssl-easyrsa.cnf and x509-types. Necessary files are created on demand as temp-files and removed on completion.