I am evaluating the use of dpBuddy for deployment and backup
purposes. I see the export, backup, and checkpoint functions will be
useful.
my question is wrt import. currently, I export the objects with
referenced objects and files and then import. During import I exclude
the crypto objects (keys, certificates, identification, validation)
this is due to the way DataPower handles certs:/// and that I use
different certificates for DEV, TEST, etc.
is there any ability to exclude these during import (or export)? any
other best-practice or technique you could suggest?
thank you
leigh
*/*/crypto/cert?Name=.* Delete Configuration
*/*/crypto/key?Name=.* Delete Configuration
which did NOTHING. Subsequently I triied
*/*/crypto/cert?Name=.*&Property=Filename&Value=.* Delete
Configuration
*/*/crypto/key?Name=.*&Property=Filename&Value=.* Delete Configuration
which deleted the filename from the crypto cert and crypto key
objects. From this, I am inferring that I had misunderstood the
function of the delete configuration. It appears to only delete a
property of an object and not the delete the (entire) object itself.
I wanted to delete the crypto cert and key form the import so that it
will NOT be imported into the target domain. If the crypto cert and
crypto key already exist in the target domain then they would remain
unaffected.
Have I missed/misunderstood something? Will I have to resort to XSLT
of the export XML file to remove all <CryptoCertificate> ... </
CryptoCertificate> instances?
Thank you
Leigh
by adding the following:
*/*/crypto/cert?Name=.*
*/*/crypto/key?Name=.*
seems to be working although more testing is required.
Thank you to everyone for the support/patience.
Leigh