Hello All,
         I'm developing a system which will be using opensips,one of the
requirement is that when the system acts as a client/server
         it should use a specific certificate for a similar bunch of
servers,eg one certificate for all local end points and other
         for all Trunks,it would be great if you could provide your
suggestions on how to achieve this

                               opensips
                            HS Cert  Trunk Cert
                                |    |
                Handset 1<---   |     |    --->Trunk 1
                Handset 2<---    |     |    ---> Trunk 2
                Handset 3<---    |     |    ---> Trunk 3


        opesips.cfg

        //Sample
        tls_server_domain[Handset]
        {
            //use handset  certs
        }

        tls_server_domain[Trunk]
        {
            //Use trunk  certs
        }

        tls_client_domain[Handset]
        {
            //user handset certs
        }

        tls_client_domain[Trunk]
        {
            //use trunk certs
        }


        Thank you for the help.
_______________________________________________
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Reply via email to