readme
来自「这是广泛使用的通信开源项目,对于大容量,高并发的通讯要求完全能够胜任,他广泛可用」· 代码 · 共 40 行
TXT
40 行
README,v 1.3 2001/03/30 03:20:40 doccvs Exp
* README *
This test checks if the SecurityLevel 1 is working
correctly. The Security Level1 has only one method
'get_attributes'. In this test, when a client wants to access the
server, the server checks if the client is authorized to do so by
getting its attributes using the get_attributes method. It then compares
those attribute values with its own set of values and makes a decision.
The server and client certificates and private keys are
provided. The Certificate Authority's certificate is ca.pem.
To Run Manually:
1. Set the Environment Variable SSL_CERT_FILE to ca.pem
$ export SSL_CERT_FILE=ca.pem
2. Set SSL_CERT_DIR to this directory.
$ export SSL_CERT_DIR=$PWD
3. Start the server
$ ./server -ORBSvcConf server.conf -o ior_file &
4 Run the client
$ ./client -ORBSvcConf client.conf -k file://ior_file
The Password is 'trial' for both the certificates.
The client should print out 'AUTHORIZED' if the subject of the
client certificate matches that of the dummy certificate created by
the server.
Could also be run using the perl script provided.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?