下面的示例展示如何编辑 SunPlex Manager 配置文件以使用新的安全性认证。
[将相应的安全性认证复制到每个节点上。] [编辑配置文件。] # vi /opt/SUNWscvw/conf/httpd.conf [编辑相应的项。] SSLCertificateFile /opt/SUNWscvw/conf/ssl/phys-schost-1.crt SSLCertificateKeyFile /opt/SUNWscvw/conf/ssl/phys-schost-1.key [保存文件并退出编辑器。] [重新启动 SunPlex Manager。] # /opt/SUNWscvw/bin/apachectl restart |