diff --git a/dockerfiles/alpine/obam/README.md b/dockerfiles/alpine/obam/README.md index 367a43c..4a2ae29 100644 --- a/dockerfiles/alpine/obam/README.md +++ b/dockerfiles/alpine/obam/README.md @@ -11,7 +11,7 @@ This section defines the step-by-step instructions to build an [Alpine](https:// > The hosted locations of artifacts will be passed as the build arguments when building the Docker image.
> 1. **WSO2_OB_Accelerator_DIST_URL** - Accelerator location > 2. **OB_TRUSTED_CERTS_URL** - Certificate zip archive location - > 3. **WSO2_OB_KEYSTORES_URL** - OBAM Keystores folder location (https://github.com/wso2/docker-open-banking/raw/v3.0.0.7/dockerfiles/ubuntu/obam/obam-keystores) + > 3. **WSO2_OB_KEYSTORES_URL** - OBAM Keystores folder location (https://github.com/wso2/docker-open-banking/raw/v3.0.0.7/dockerfiles/alpine/obam/obam-keystores) ## How to build an image and run diff --git a/dockerfiles/alpine/obam/obam-keystores/client-truststore.jks b/dockerfiles/alpine/obam/obam-keystores/client-truststore.jks new file mode 100644 index 0000000..914bce5 Binary files /dev/null and b/dockerfiles/alpine/obam/obam-keystores/client-truststore.jks differ diff --git a/dockerfiles/alpine/obam/obam-keystores/wso2carbon.jks b/dockerfiles/alpine/obam/obam-keystores/wso2carbon.jks new file mode 100644 index 0000000..252316a Binary files /dev/null and b/dockerfiles/alpine/obam/obam-keystores/wso2carbon.jks differ diff --git a/dockerfiles/alpine/obiam/README.md b/dockerfiles/alpine/obiam/README.md index e18bd20..c70ca40 100644 --- a/dockerfiles/alpine/obiam/README.md +++ b/dockerfiles/alpine/obiam/README.md @@ -13,7 +13,7 @@ This section defines the step-by-step instructions to build an [Alpine](https:// > 1. **WSO2_OB_Accelerator_DIST_URL** - Accelerator location > 2. **WSO2_OB_KEYMANAGER_DIST_URL** - WSO2 IS Connector location > 3. **OB_TRUSTED_CERTS_URL** - Certificate zip archive location - > 4. **WSO2_OB_KEYSTORES_URL** - OBIAM Keystores folder location (https://github.com/wso2/docker-open-banking/raw/v3.0.0.7/dockerfiles/ubuntu/obiam/obiam-keystores) + > 4. **WSO2_OB_KEYSTORES_URL** - OBIAM Keystores folder location (https://github.com/wso2/docker-open-banking/raw/v3.0.0.7/dockerfiles/alpine/obiam/obiam-keystores) ## How to build an image and run diff --git a/dockerfiles/alpine/obiam/obiam-keystores/client-truststore.jks b/dockerfiles/alpine/obiam/obiam-keystores/client-truststore.jks new file mode 100644 index 0000000..fad3068 Binary files /dev/null and b/dockerfiles/alpine/obiam/obiam-keystores/client-truststore.jks differ diff --git a/dockerfiles/alpine/obiam/obiam-keystores/wso2carbon.jks b/dockerfiles/alpine/obiam/obiam-keystores/wso2carbon.jks new file mode 100644 index 0000000..ccfddd5 Binary files /dev/null and b/dockerfiles/alpine/obiam/obiam-keystores/wso2carbon.jks differ