1. 导出OVO Agent的certification: #ovcert -exportcert -file /tmp/*.cert
2. 导出OVO Server的certification: #ovcert -exportcert -ovrg server -file /tmp/*.cert
3. 导出OVO Agent的trusted certification: #ovcert -exporttrusted -file /tmp/*t.cert
4. 导出OVO Server的trusted certification: #ovcert -exporttrusted -ovrg server -file /tmp/*.cert
5. 导入OVO Agent的certification: #ovcert -importcert -file /tmp/*.cert
6. 导入OVO Server的certification: #ovcert -importcert -ovrg server -file /tmp/*.cert
7. 导入OVO Agent的trusted certification: #ovcert -importtrusted -file /tmp/*.cert
8. 导入OVO Server的trusted certification: #ovcert -importtrusted -ovrg server -file /tmp/*.cert
9. 列出OVO上的所有certification: #ovcert -list
10.删除OVO Agent的certification: #ovcert -remove xxxxxxxxxxx
11.删除OVO Server的certification: #ovcert -remove -ovrg server xxxxxxxxx
12.删除OVO Agent的trusted certification: #ovcert -remove xxxxxxxxxxx
13.删除OVO Server的trusted certification: #ovcert -remove -ovrg server xxxxxxxxx
阅读(301) | 评论(0) | 转发(0) |