Cisco Acano X-series

ページ / 40
Cisco Meeting Server Release 2.0 : Certificate Guidelines for Single Combined Deployments
37
Command/ Examples
Description/Notes
pki selfsigned <key/cert
basename>
Self-signed certificates can be generated for quick testing and
debugging.
<key/cert basename> identifies the key and certificate which will
be generated e.g. "pki selfsigned new" creates new.key and
new.crt (which is self-signed).
pki pkcs12-to-ssh <username>
pki pkcs12-to-ssh john
Public SSH keys stored in PKCS#12 files can be used but need to
be processed first. This command extracts a useable public key
from a PKCS#12 file uploaded with the name
<username>.pub.You are prompted to enter the password for the
pkcs#12 file. After completion, the pkcs#12 file is replaced with a
useable key without password protection.
Note: Any other data contained in the pkcs#12 file is lost.
The key of an uploaded PKCS#12 file john.pub for user john can be
made useable by executing this command
Appendix C   MMP PKI commands