Re: [reSIProcate-users] Certificates names
A UA needs domain certs if it expects to accept inbound TLS
connections (TLS Server). If it is just forming an outbound TLS
connection (TLS client), then installing the root cert of the
endpoints you are connecting to is the only requirement. You don't
need any user certs for TLS, they are used for SMIME only.
Scott
On Wed, Jan 14, 2009 at 1:42 AM, Karlsson <boost.regex@xxxxxxxxx> wrote:
> Hi, I want to use the TLS with reSIProcate, I have viewed
> https://www.resiprocate.org/Using_TLS
> and http://www.resiprocate.org/Certificates
>
> Now I have a couple questions:
>
> 1: If I just use reSIProcate as UA, do I need place these two certificates?
> # domain_cert_<domain-name>.pem - public key used for domain validation in
> TLS
> # domain_key_<domain-name>.pem - private key used for domain validation in
> TLS (Server)
>
>
> 2: These two files name inclues the user_aor, means I need renamed it for
> each user?
> # user_cert_<user_aor>.pem - public key used for user certificate validation
> (S/MIME)
> # user_key_<user_aor>.pem - private key used for user certificate validation
> (S/MIME)
>
>
> Thanks.
>
>
> _______________________________________________
> resiprocate-users mailing list
> resiprocate-users@xxxxxxxxxxxxxxx
> List Archive: http://list.resiprocate.org/archive/resiprocate-users/
>