msgcert를 사용하면 인증서 요청 생성, 인증서 데이터베이스에 인증서 추가, 데이터베이스에 있는 인증서 나열 등과 같은 작업을 수행할 수 있습니다. 자세한 내용을 보려면 명령줄에 다음을 입력하십시오.
msg-svr-base/sbin/msgcert --help
그러면 아래와 같이 표시됩니다.
# ./msgcert --help Usage: msgcert SUBCMD [GLOBAL_OPTS] [SUBCMD_OPTS] [SUBCMD_OPERANDS] Manages the Messaging Servers Certificate Database The accepted values for SUBCMD are: add-cert Adds a certificate to the certificate database add-selfsign-cert Creates and adds a selfsign certificate to the certificate database export-cert Exports a certificate and its keys from the database generate-certDB Creates Messaging Server Databases cert8.db key3.db secmod.db and sslPassword import-cert Adds a new certificate and its keys to the cert database import-selfsign-cert Adds a new selfsign certificate and its keys to the cert database list-certs Lists all certificates in the Certificate database remove-cert Removes a certificate from the database renew-cert Renews a certificate renew-selfsign-cert Renews a selfsign certificate request-cert Generates a certificate request show-cert Displays a certificate The accepted value for GLOBAL_OPTS is:-?, --help Displays SUBCMD help NOTE: You must stop all the TLS or SSL-enabled servers before making any changes to the Certificate Database. |
위에 표시된 각 하위 명령은 특정 인증서 관리 기능을 수행합니다. 다음을 입력하면 이러한 하위 명령과 해당 기능에 대한 자세한 내용을 볼 수 있습니다.
msgcert SUBCMD –help
이 절의 나머지 부분에서는 일부 공통된 인증서 관리 절차에 대해 설명합니다.