How to Encrypt the Security Database Password in Oracle Traffic Director
(Doc ID 2161173.1)
Last updated on NOVEMBER 07, 2024
Applies to:
Oracle Traffic Director - Version 11.1.1.7.0 to 11.1.1.9.0 [Release 11gR1]Linux x86-64
Linux x86
Goal
Procedure to encrypt security database password in Oracle Traffic Director.
When saving the NSS database password in server.xml file such as:
# otd_home/bin/tadm set-token-pin --user=admin --config=test --token=internal --save-pin=true
You will notice the password is not encrypted inside the server.xml file:
<pkcs11>
<token>
<name>internal</name>
<pin>password</pin>
</token>
</pkcs11>
Using standard file permissions to protect the file may not be adequate depending on the security policy.
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |