Question:
How can you change an existing digital certificate DEFAULT attribute on a Keyring
from NO to YES?
Answer:
In order to change a certificate to default you use the REPLACE command.
A keyring can only have one DEFAULT certificate so if you issue the REPLACE
making a different certificate the default and then refresh the acid, it
should rmove the DEFAULT from the first acid. The command would be
similar to below:
TSS REPL(owner_acid) KEYRING(keyring) RINGDATA(owner,cert) DEFAULT USAGE(PERSONAL)
Additional Information: