fuzziebrain / docker-apex-stack

Utility scripts for creating an Oracle Application Express stack as a Docker container.
MIT License
97 stars 34 forks source link

Option to Add Create a Base Oracle Wallet with Standard Root Certs #4

Closed fuzziebrain closed 5 years ago

fuzziebrain commented 5 years ago

This would allow access to Web Services over TLS/SSL. See https://fuzziebrain.com/content/id/1725/

martindsouza commented 5 years ago

Sample I used:

sh -c "$(curl -fsSL https://gist.githubusercontent.com/fuzziebrain/202f902d8fc6d8de586da5097a501047/raw/fd8930435d3e33ff5cb66ea07e5fd70f031c08e9/createBaseWallet.sh)"

Bundle File: /etc/pki/tls/cert.pem
Wallet Path: /home/oracle/wallets/https_wallet
Wallet Pass: Oradoc_db1

To make thing more consistent I'd get the Google pem as part of the script: curl -O https://pki.goog/roots.pem and don't prompt for anything.

fuzziebrain commented 5 years ago

@martindsouza Thanks for the suggestion and code. This is done (see #6).