12 Feb
2016
12 Feb
'16
12:23 p.m.
On Feb 12, 2016, at 12:19 PM, gahn via Freeradius-Users <freeradius-users@lists.freeradius.org> wrote: ...
Certificate is to be certified until Apr 12 16:09:37 2016 GMT (60 days) failed to update database TXT_DB error number 2 *** Error code 1
This is an OpenSSL error. You are running the command as a user who does not have permission to write to the directory. Or, you're trying to create a new certificate with the same information as a previous one. If these certificates are just for testing, you can do: $ make destroycerts Which will destroy the existing ones. And all OpenSSL information. Then, do: $ make and it will create the certs. Alan DeKok.