docker
docker copied to clipboard
Add option for Oracle databases to add TCPS configuration
Can we add functionality that a certain database will be exposed e.g. on port 1521 for TCP protocol and on port 1522 for TCPS protocol https://oracle-base.com/articles/misc/configure-tcpip-with-ssl-and-tls-for-database-connections
That would make it easier to test certain scenarios.
I've realized now this sample script: https://github.com/oehrlis/docker/blob/master/samples/cmu/db/setup/not_yet/05_create_cmu_os_conf.sh So seems like you are having plans to integrate these needed steps for Wallet creation into that one? Where could I integrate this script?