
P75598- Belkin OmniView Serial Console
openssl toolkit will prompt user with message to guide user to fill out a registration form.
Once it is complete users can submit the CSR file to www.verisign.com for testing or refer
to http://www.hitrust.com.tw/hitrustexe/frontend/default_tw.asp (located in Taiwan) to apply
for a signed certificate. Get the certificate and name the file as cacert.pem
iii) Strip pass phrase
openssl rsa –in cakey.pem –out cakey-nopassword.pem
iv) Combine the key and X.509 certificate files into server.pem
cat cakey-nopassword.pem cacert.pem > server.pem
v) Collect all 3 PEM files for upload
server.pem , cacert.pem , cakey.pem
66 / 66
Comentarios a estos manuales