Re: Some problems and suggestions
iseki
投稿数: 1581

Our Money Server ignore RemoteCertificateChainErrors.
Please use SineWaveCert.pfx or server_cert.p12 instead of opensim.p12
SineWaveCert.pfx and server_cert.p12 are in config directory.
MoneyServer.ini
About p12 or pfx file, you should read openssl manual.
Simple example:
0. Create CA
1. Create CSR file (key.pem is private key)
openssl req -new -key key.pem -out csr.pem
2. Signed by CA
openssl ca -batch -config ca.conf -infiles csr.pem -out cert.pem
3. Create p12 file
openssl pkcs12 -export -in cert.pem -inkey key.pem -out cert.p12
Please use SineWaveCert.pfx or server_cert.p12 instead of opensim.p12
SineWaveCert.pfx and server_cert.p12 are in config directory.
MoneyServer.ini
; for HTTPS Server
ServerCertFilename = "SineWaveCert.pfx"
ServerCertPassword = "123"
;ServerCertFilename = "server_cert.p12"
;ServerCertPassword = ""
About p12 or pfx file, you should read openssl manual.
Simple example:
0. Create CA
1. Create CSR file (key.pem is private key)
openssl req -new -key key.pem -out csr.pem
2. Signed by CA
openssl ca -batch -config ca.conf -infiles csr.pem -out cert.pem
3. Create p12 file
openssl pkcs12 -export -in cert.pem -inkey key.pem -out cert.p12
投票数:101
平均点:1.68
投稿ツリー
-
Some problems and suggestions (nxt3d, 2016-4-9 3:29)
-
Re: Some problems and suggestions (iseki, 2016-4-9 19:00)
-
Re: Some problems and suggestions (nxt3d, 2016-4-10 23:24)
-
Re: Some problems and suggestions (iseki, 2016-4-11 0:25)
-
-
-
Re: Some problems and suggestions (sorintodys, 2017-5-9 8:29)
-
Re: Some problems and suggestions (sorintodys, 2017-5-9 9:12)
-
Re: Some problems and suggestions (sorintodys, 2017-5-10 11:13)
-
Re: Re: Some problems and suggestions (iseki, 2017-5-10 15:55)
-
-