...
Code Block |
---|
cmdmgr.exe credentials --type=aes --action=delete --name=DB --user=root -–credtype=Oracle -–file-file=../cfg/test |
Figure 20. Delete example 3.
Code Block |
---|
cmdmgr.exe credentials --type=aes --action=delete --name=DB --user=root -–credtype=Oracle –-–sectionsection=secondary |
Figure 21. Delete example 4.
...
- from – path to credential file in eagle format;
- to – path with file name for converted file.
Example:
Code Block |
---|
cmdmgr.exe credentials --type=eagle --action=convert --from=../cfg/eagle_pass --to=../cfg/aes_pass |
...
Figure 27. Change credtype example.