Be sure to read through the links that you are given so that you have a good understanding, but here are the steps I always take
<br />
<br />
<br />Now we need to create the TLS certifications and Keys (http://www.imacat.idv.tw/tech/sslcerts.html Read Create a Server Certificate)
<br />openssl genrsa -des3 -out /etc/ssl/private/openxcap.key 2048 <------ Set the password to whatever you want
<br />chmod og-rwx /etc/ssl/private/openxcap.key
<br />openssl req -new -key /etc/ssl/private/openxcap.key -out /tmp/openxcap.req
<br />                US
<br />                State
<br />                City
<br />                Home
<br />                Home
<br />                openxcap01.blahblah.com CA
<br />
<br />openssl x509 -req -days 7305 -sha1 \
<br /> -extfile /etc/ssl/openssl.cnf -extensions v3_ca \
<br /> -signkey /etc/ssl/private/openxcap.key \
<br /> -in /tmp/openxcap.req -out /etc/ssl/certs/openxcap.crt
<br />
<br />rm -f /tmp/openxcap.req
<br />
<br />
<br />openssl genrsa -out /etc/openxcap/tls/openxcapserver.key 2048
<br />chmod og-rwx /etc/openxcap/tls/openxcapserver.key
<br />openssl req -new -key /etc/openxcap/tls/openxcapserver.key -out /tmp/openxcapserver.req ********BE SURE NOT TO SET A PASSWORD******
<br />                US
<br />                State
<br />                City
<br />                Home
<br />                Home
<br />                openxcap01.blahblah.com
<br />
<br />openssl x509 -req -days 3650 -sha1 \
<br /> -extfile /etc/ssl/openssl.cnf -extensions v3_req \
<br /> -CA /etc/ssl/certs/openxcap.crt -CAkey /etc/ssl/private/openxcap.key \
<br /> -CAserial /etc/ssl/openxcap.srl -CAcreateserial \
<br /> -in /tmp/openxcapserver.req -out /etc/openxcap/tls/openxcapserver.crt
<br />
<br />
<br />openxcap.crt is the key that needs to be given out to the clients (Bria) - Copy it to the desktop, open IE and click on Tools -> Internet Options -> Content Tab -> Certifications Button -> Import -> And select "Automatically select the certificate store based on the type of certificate"
<br />Then configure Bria with the following
<br />Presence Tab - Mode = Presence Agent
<br />Storage Tab - Storage Method = XCAP
<br />                Root URL: https://openxcap01.blahblah.com/xcap-root/
<br />
<br />
<br />Good Luck
<br />
<br />
<br />On Apr 8, 2009 4:28am, Uwe Kastens <kiste@kiste.org> wrote:
<br />> Hi Michael,
<br />>
<br />>
<br />>
<br />>
<br />>
<br />> Try searching for openssl.
<br />>
<br />>
<br />>
<br />>
<br />>
<br />> http://sial.org/howto/openssl/self-signed/
<br />>
<br />>
<br />>
<br />>
<br />>
<br />> BR
<br />>
<br />>
<br />>
<br />>
<br />>
<br />> Uwe
<br />>
<br />>
<br />> > Hello,
<br />>
<br />>
<br />> >
<br />>
<br />>
<br />> > I will generate a certificate and a private key for my server (openxcap)
<br />>
<br />>
<br />> > - tls/server.crt
<br />>
<br />>
<br />> > - tls/server.key
<br />>
<br />>
<br />> >
<br />>
<br />>
<br />> > i dont know how to generate this files.
<br />>
<br />>
<br />> >
<br />>
<br />>
<br />> >
<br />>
<br />>
<br />> > regards
<br />>
<br />>
<br />> > michael
<br />>
<br />>
<br />> >
<br />>
<br />>
<br />> > _______________________________________________
<br />>
<br />>
<br />> > Users mailing list
<br />>
<br />>
<br />> > Users@lists.opensips.org
<br />>
<br />>
<br />> > http://lists.opensips.org/cgi-bin/mailman/listinfo/users
<br />>
<br />>
<br />> >
<br />>
<br />>
<br />>
<br />>
<br />>
<br />>
<br />>
<br />>
<br />> --
<br />>
<br />>
<br />>
<br />>
<br />>
<br />> kiste lat: 54.322684, lon: 10.13586
<br />>
<br />>
<br />>
<br />>
<br />>
<br />> _______________________________________________
<br />>
<br />>
<br />> Users mailing list
<br />>
<br />>
<br />> Users@lists.opensips.org
<br />>
<br />>
<br />> http://lists.opensips.org/cgi-bin/mailman/listinfo/users
<br />>
<br />>
<br />>