Autostart
- Last Updated: January 16, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
Autostart delivers a passphrase you configure to open the keystore automatically, so there is no prompting for a keystore passphrase. Autostart mode does not impact scripts, but gives unfettered access to encrypted data.
Autostart can be configured when you enable your database for encryption by
adding -Autostart { user | admin } to the PROUTIL
ENABLEENCRYPTION command. If you do not specify -Autostart,
manual start is configured. Specifying -Autostart admin is
recommended only in a development environment. You can change the autostart configuration to
use a different keystore account with the PROUTIL EPOLICY MANAGE command at a later point in
time.
To change your autostart configuration to the keystore user account:
You can disable autostart at any time using PROUTIL EPOLICY MANAGE, as shown:
|
Observe that -Passphrase is added to the command line to override the
autostart user account configuration and use the admin account.