<!DOCTYPE html><html><head><title></title><style type="text/css">p.MsoNormal,p.MsoNoSpacing{margin:0}</style></head><body><div>On Wed, Jun 28, 2023, at 07:44, Kraishak Mahtha wrote:<br></div><blockquote type="cite" id="qt" style=""><div dir="ltr"><div>Hi Darren, <br></div><div><br></div><div>I am deploying at my lab currently but, when we get more familiar we will proceed with production.  I tried yes even with 2.3.8 and I am facing an issue, I thought it could be because of my certificates, and when I am reading more on this I saw a note in the reference document that <br></div><div>"<span style="background-color:rgb(252, 252, 252);color:rgb(64, 64, 64);"><span class="font" style="font-family:Lato, proxima-nova, "Helvetica Neue", Arial, sans-serif;"><span class="size" style="font-size:16px;">A sample set of certificates and associated objects is available at </span></span></span>src/lib/asiolink/testutils/ca".<br></div><div>I have downloaded the source from GIT and from the folder kea-master\kea-master\src\lib\asiolink\testutils\ca I used the following certificates as follows <br></div><div>  "trust-anchor": "/root/kea-server.crt"<br></div><div> "cert-file": "/root/kea-server.csr"<br></div><div> "key-file": "/root/kea-server.key"<br></div></div></blockquote><div><br></div><div> A CSR file is a Certificate Signing Request, it is not a certificate, and it cannot be used as one.<br></div><div><br></div><div>If you are going use those example files, they are:<br></div><div><br></div><div>trust-anchor: kea-ca.crt<br></div><div>cert-file: kea-server.crt<br></div><div>key-file: kea-server.key<br></div><div><br></div><div>They still may not work though, as the CN embedded in the kea-server.crt file probably doesn't match the name of your actual Kea server.<br></div></body></html>