Cisco Cisco Meeting Server 2000

下载
页码 40
Cisco Meeting Server Release 2.0 : Certificate Guidelines for Single Combined Deployments
33
A.2 Signing CSR files
To sign the CSR using a public CA follow the instructions in
.
To sign the CSR using an internal CA follow the instructions in
To self-sign the certificate, use the OpenSSL command:
openssl req -x509 -nodes -days 100 -newkey rsa:2048 -keyout
<keyname>.key -out <certname>.crt
For example:
openssl req -x509 -nodes -days 100 -newkey rsa:2048 -keyout
callbridge.key -out callbridge.crt
generates a new private key named callbridge.key and a (final) certificate named callbridge.crt.
A.3 Installing Certificate and Private Key Pairs
For details on installing the certificate and private key pairs on the Meeting Server, follow the
instructions in
Appendix A   OpenSSL Commands for Generating Certificates