Skip to content

Commit 125f0ab

Browse files
Add encrypt info to deploy and update (#670)
* Add encrypt info to deploy and update * WDT-246 make suggested changes
1 parent b1aa27d commit 125f0ab

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

site/create.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ To create more complex domains, it may be necessary to create a custom domain ty
2525

2626
### Using an Encrypted Model
2727

28-
If the model or variables file contains encrypted passwords, add the `-use_encryption` flag to the command line to tell the Create Domain Tool that encryption is being used and to prompt for the encryption passphrase. As with the database passwords, the tool can also read the passphrase from standard input (for example, `stdin`) to allow the tool to run without any user input.
28+
If the model or variables file contains passwords encrypted with the WDT Encryption tool, decrypt the passwords during create with the `-use_encryption` flag on the command line to tell the Create Domain Tool that encryption is being used and to prompt for the encryption passphrase. As with the database passwords, the tool can also read the passphrase from standard input (for example, `stdin`) to allow the tool to run without any user input.
2929

3030
### Using Multiple Models
3131

site/deploy.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@ When running the tool in WLST online mode, the deploy operation may require serv
2828
- `103` - The entire domain needs to be restarted.
2929
- `104` - The domain changes have been rolled back because the changes in the model requires a domain restart and -rollback_if_require_restart is specified.
3030

31+
### Using an Encrypted Model
32+
33+
If the model or variables file contains passwords encrypted with the WDT Encryption tool, decrypt the passwords during create with the `-use_encryption` flag on the command line to tell the Deploy Applications Tool that encryption is being used and to prompt for the encryption passphrase. As with the database passwords, the tool can also read the passphrase from standard input (for example, `stdin`) to allow the tool to run without any user input.
34+
35+
3136
### Using Multiple Models
3237

3338
The Deploy Applications Tool supports the use of multiple models, as described in [Using Multiple Models](../README.md#using-multiple-models).

site/update.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ When running the tool in WLST online mode, the update operation may require serv
2323
- `103` - The entire domain needs to be restarted.
2424
- `104` - The domain changes have been rolled back because the changes in the model requires a domain restart and -rollback_if_require_restart is specified.
2525

26+
### Using an Encrypted Model
27+
28+
If the model or variables file contains passwords encrypted with the WDT Encryption tool, decrypt the passwords during create with the `-use_encryption` flag on the command line to tell the Update Domain Tool that encryption is being used and to prompt for the encryption passphrase. As with the database passwords, the tool can also read the passphrase from standard input (for example, `stdin`) to allow the tool to run without any user input.
29+
30+
2631
### Using Multiple Models
2732

2833
The Update Domain Tool supports the use of multiple models, as described in [Using Multiple Models](../README.md#using-multiple-models).

0 commit comments

Comments
 (0)