This topic has been archived. It cannot be replied.
-
工作学习 / IT技术讨论 / Can some DX recommend some CAs. thanks in advance.
Don't tell me verisign, It's too expensive.
-alanwang99(Baby);
2002-5-14
(#520808@0)
-
You can try Thawte or GeoTrust. Much cheaper than Verisign.
-dennis2(Dennis);
2002-5-14
(#521003@0)
-
Thanks, 用过geotrust, 跟我们的oracle wallet manager solution 有冲突.
现在用baltimore, boss 问有没有其它的. Thawte 比baltimore 便宜不少. 好象还有一个叫equfx , 最便宜,才$99, 可没有trial cert.
-alanwang99(Baby);
2002-5-14
(#521041@0)
-
GeoTrust acquired digital certificate business from Equifax. For trial purpose, I think you can use a self signed certificate? Or create a self signed root CA and sign server certificate(s) (basically roll your own CA).
-dennis2(Dennis);
2002-5-14
(#521070@0)
-
Sounds interesting , could you tell me how?could you tell me how? We want set up application server to test our pilot project, 'cause it's not a production , boss don't want spent too much money to buy a real CA, we just want a trial CA or cheaper one. Thanks.
-alanwang99(Baby);
2002-5-14
{220}
(#521265@0)
-
Sure. Come in please.Software you need to use:
- OpenSSL (http://www.openssl.org)
- OpenSSL for Windows (if you are going to use it on Windows) (http://gnuwin32.sourceforge.net/packages/openssl.htm)
Instructions you might want to refer to:
- The Open-source PKI Book (http://ospkibook.sourceforge.net/)
We use self rolled CA/cert for the internal communications between our servers. In fact, I think unless you want to provide services to the general public, you don't really need a public CA to sign your certificates.
-dennis2(Dennis);
2002-5-14
{508}
(#521322@0)