由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
DotNet版 - SSL certificate
相关主题
[合集] SSL certificate用ACT testing的问题
HTTP GET over SSL in C#web farm
hoho, another dotnet bug in productionAdd Web Reference Questions
understand ASP.Net 1: ASP vs ASP.Netquestion about .NET webserver
understand ASP .Net 2: ASP .Net vs ATL Server.NET前景的障碍
understand ASP .Net 3: why ASP .Net is faster是IISRe: 哪里了可以弄到ISS
用ASP .Net 和Python for .Net做了一个小范例ASP.Net比ASP倒底好多少?
authenticationRunning ASP.NET outside an IIS
相关话题的讨论汇总
话题: ssl话题: certs话题: web话题: selfssl
进入DotNet版参与讨论
1 (共1页)
D*****n
发帖数: 363
1
I'm trying to secure a web service with SSL certificates. Is there
any easy way to generate the certificates for the web servers? Don't
want to buy them since I'm still at testing stage.
I used selfssl bundled in IIS resource kit. It generates the certs
but doesn't tell me where they are stored. I need the physical files
to secure the web service.
k****i
发帖数: 1072
2
You can export it to .pfx file and import it to another site

【在 D*****n 的大作中提到】
: I'm trying to secure a web service with SSL certificates. Is there
: any easy way to generate the certificates for the web servers? Don't
: want to buy them since I'm still at testing stage.
: I used selfssl bundled in IIS resource kit. It generates the certs
: but doesn't tell me where they are stored. I need the physical files
: to secure the web service.

y********o
发帖数: 2565
3
Free CA:
http://www.cacert.org/
OpenSSL should have a tool for you to create a self-signed certificate as we
ll. Never tried, though.
I tried JDK's keytool and created a self-signed cert for Tomcat.

【在 D*****n 的大作中提到】
: I'm trying to secure a web service with SSL certificates. Is there
: any easy way to generate the certificates for the web servers? Don't
: want to buy them since I'm still at testing stage.
: I used selfssl bundled in IIS resource kit. It generates the certs
: but doesn't tell me where they are stored. I need the physical files
: to secure the web service.

y********o
发帖数: 2565
4
IIS 可以直接用PKCS #12 keystore 吗?
我用tomcat的时候,得将PFX 文件import到JKS keystore才行。JDK的keytool还不支持
PKCS #12文件。

【在 k****i 的大作中提到】
: You can export it to .pfx file and import it to another site
D*****n
发帖数: 363
5
I can export with the command certmgr.msc now but selfssl generated
certs don't get seem to count as trusted certs on other machines.

【在 k****i 的大作中提到】
: You can export it to .pfx file and import it to another site
k****i
发帖数: 1072
6
Of course 'YOU' are not trusted publisher. For development testing purpose,
you can install the cert on the client machine.

【在 D*****n 的大作中提到】
: I can export with the command certmgr.msc now but selfssl generated
: certs don't get seem to count as trusted certs on other machines.

y********o
发帖数: 2565
7
What do you want? You'll be in the trusted root CA keystore by default in
all browsers only if you are VeriSign, Thawte or something like these.

【在 D*****n 的大作中提到】
: I can export with the command certmgr.msc now but selfssl generated
: certs don't get seem to count as trusted certs on other machines.

D*****n
发帖数: 363
8
I figured it out, just followed what WSE 3.0 document suggests.

【在 y********o 的大作中提到】
: What do you want? You'll be in the trusted root CA keystore by default in
: all browsers only if you are VeriSign, Thawte or something like these.

1 (共1页)
进入DotNet版参与讨论
相关主题
Running ASP.NET outside an IISunderstand ASP .Net 2: ASP .Net vs ATL Server
can a server support .NET and PHP?understand ASP .Net 3: why ASP .Net is faster
推荐一下能跑asp.net的笔记本配置用ASP .Net 和Python for .Net做了一个小范例
Is this FTP operation possible?authentication
[合集] SSL certificate用ACT testing的问题
HTTP GET over SSL in C#web farm
hoho, another dotnet bug in productionAdd Web Reference Questions
understand ASP.Net 1: ASP vs ASP.Netquestion about .NET webserver
相关话题的讨论汇总
话题: ssl话题: certs话题: web话题: selfssl