diff options
| author | mharmsen <mharmsen@c9f7a03b-bd48-0410-a16d-cbbf54688b0b> | 2011-05-25 18:16:12 +0000 |
|---|---|---|
| committer | mharmsen <mharmsen@c9f7a03b-bd48-0410-a16d-cbbf54688b0b> | 2011-05-25 18:16:12 +0000 |
| commit | 371b0b155e5dc22918d9340d2e3d51695782d43d (patch) | |
| tree | 9e5c91d272ae4b3f78d5e1203b1197aefc5b7968 /pki/base/java-tools/doc | |
| parent | 6869b7110a50a32f8192fe22307a0117f9901a9f (diff) | |
Bugzilla Bug #532548 - Tool to do DRM re-key
git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@2009 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
Diffstat (limited to 'pki/base/java-tools/doc')
| -rw-r--r-- | pki/base/java-tools/doc/README | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/pki/base/java-tools/doc/README b/pki/base/java-tools/doc/README index 93d3734fb..ba49df3c2 100644 --- a/pki/base/java-tools/doc/README +++ b/pki/base/java-tools/doc/README @@ -37,6 +37,25 @@ CRMFPopClient A command line utility used to generate CRMF requests with proof of possession (POP). +DRMTool -source_ldif_file A command line utility used to + <path + source ldif file> change the storage key used + -target_ldif_file to wrap the symmetric key + <path + target ldif file> which is used to encrypt the + -log_file user's private key. + <path + log file > Optionally, this utility + [-source_pki_security_database_path may also be used to re-index IDs + <path to PKI source databases>] associated with the various + [-source_storage_token_name records which may be useful + '<source token>'] for DRM consolidation. + [-source_storage_certificate_nickname + '<source nickname>'] + [-target_storage_certificate_file + <path to target certificate file>] + [-append_id_offset + <numeric offset>] + [-remove_id_offset + <numeric offset>] + ExtJoiner <ext_file0> . . . <ext_file9> A command line utility utilized to join a sequence of extensions together so that the final |
