The tpm cert add action is used to add one or more typeSpec into another.
Usage: tpm cert add|ad|import|im {sourceTypeSpec}
{targetTypeSpec} [alias] [passwordSpec]
sourceTypeSpec may be either a single argument or
a comma-delimited list (no spaces)
alias is optional and will be assigned the
defaults of:
tls for any source TLS files
mysql for any source MySQL cert files
passwordSpec is optional and defaults to
env:STORE_PASS
Examples:
shell>tpm cert add mysqlp12 keystore mysqlshell>tpm cert add P12_FILE connector_keystore mysqlshell>tpm cert add tls JKS_FILE -rshell>tcert add P12,tls JK -r -x
{sourceTypeSpec} and
{targetTypeSpec} may not both be batch.
{sourceTypeSpec} for add must be one of
(specName|shortcut):
{targetTypeSpec} for add must be one of
(specName|shortcut):