由买买提看人间百态

topics

全部话题 - 话题: x509
(共0页)
t***u
发帖数: 368
1
I am looking for a solution for passing client certificate (x509) along with
a web service call:
I have a x509 certificate and a private key, how can I can create a custom
security context token and apply that token to a SOAP message sent using
Axis2?
Thanks in advance!
b****u
发帖数: 1027
2
来自主题: DotNet版 - secure webservice
using X509 certificates on both sides had the worst performance. according
to my research 1 year ago on wse2.0. besides that, you will have to worry
about expiration of both keys. usually key expires once a year, so it may
quickly become an administrative burden.
depends on your scenario, an alternative is to use x509 certificate only on
the server side, the client uses a pair of user name password to
authenticate itself.
d*b
发帖数: 21830
3
来自主题: Linux版 - pidgin又连不了msn了
输入https://omega.contacts.msn.com (注意https, not http),看到地址栏蓝色的证
书栏msn.com么?点这个,然后导出x509安全证书。把这个copy到:
.purple/certificates/x509/tls_peers/
msn的问题是,microsoft想弄一个lifetime只有一个session的证书,结果,so many
software are not ready.所以,每次出现问题时你还得再来一次这活。
m**t
发帖数: 1292
4
Operation protocol should be LDAP ba? form the request using X509 PKCS format,
then use LDAP to req/reply with the X509 payload. only my understanding, could
be wrong.
y********o
发帖数: 2565
5
来自主题: Java版 - How do I catch a PKCS#10 request?
I am working on a Web security project.
The client applies for a X509 certificate through a Web interface of a
Certificate Authority (CA).
The PKCS#10 request is generated by Internet Explorer via a segment of
VBscript code. The request is then sent to the CA. Please note that the
PKCS#10 request is generated and sent in the background. In other words, it
is invisible to the developer.
I want to write a servlet on the CA server side to catch (or extract) the
PKCS#10 request and do something ab
t*******e
发帖数: 684
6
普通人不可能有x509 public key certificate,自己生成的也没有root CA的签名,
如何能生成digital signature???
ET
发帖数: 10701
7
What language? I had experience with iOS and android, basically, you can
search google to find sample code.the
c******n
发帖数: 4965
8
googled a lot, and their results can't be recogonized by mozilla
I generated key by
#
openssl req -x509 -new -key server.key -out server.crt
#
(learnt from here: http://www.engenio.com/tas_download/htdocs/docs/relnotes/aix/aixsslcert.html)
then copied it to ~/.netscape,
then tried to use that certificate to sign something,
but first try to see if that cert works:
signtool -l
then it says not certs are found.........
how can I use it?? thanks!
c******n
发帖数: 4965
9
来自主题: Programming版 - how to verify X509 certificate in perl?
any existing function can do it?
thanks
s*******e
发帖数: 6
10
http://www.natecarlson.com/linux/ipsec-x509.php#clientwin
"7) Set up the IPSec utility
Install ipsecpol.exe (Windows 2000) or ipseccmd.exe (Windows XP) as described
in the documentation for the ipsec utility..."
(共0页)