<div dir="ltr"><div class="gmail_quote"><div dir="ltr">Hello All,<br>         I&#39;m developing a system which will be using opensips,one of the requirement is that when the system acts as a client/server<br>         it should use a specific certificate for a similar bunch of servers,eg one certificate for all local end points and other<br>         for all Trunks,it would be great if you could provide your suggestions on how to achieve this<br>         <br>                               opensips<br>                            HS Cert  Trunk Cert       <br>                                |    |<br>                Handset 1&lt;---   |     |    ---&gt;Trunk 1<br>                Handset 2&lt;---    |     |    ---&gt; Trunk 2<br>                Handset 3&lt;---    |     |    ---&gt; Trunk 3<br>                                      <br>                                      <br>        opesips.cfg<br>        <br>        //Sample<br>        tls_server_domain[Handset]<br>        {<br>            //use handset  certs<br>        }<br>        <br>        tls_server_domain[Trunk]<br>        {<br>            //Use trunk  certs<br>        }<br>        <br>        tls_client_domain[Handset]<br>        {<br>            //user handset certs<br>        }<br>        <br>        tls_client_domain[Trunk]<br>        {<br>            //use trunk certs<br>        }<br>        <br>        <br>        Thank you for the help.<br>        <br><br></div>
</div><br></div>