10 Sep
2018
10 Sep
'18
8:16 a.m.
On Sep 10, 2018, at 8:14 AM, Olivier <oza.4h07@gmail.com> wrote:
Forgive me Alan for asking, something that may be evident to many, but how does such a certificate look like ? A .pem file ?
You configure the certificates in raddb/certs/ and the server takes care of the rest. The certs are sent to the client over a TLS connection. In which case the format is defined by TLS, and is common between client and server. The on-disk format of the certificate is irrelevant. Alan DeKok.