Go to the secure-callme
directory:
cd secure-callme
Export keystore password and cert location path:
export PASSWORD=123456
export CERT_PATH=/Users/pminkows/Download/
Run the app in the dev
mode:
mvn spring-boot:run
Go to the secure-caller
directory:
cd secure-caller
Export keystore password and cert location path:
export PASSWORD=123456
export CERT_PATH=/Users/pminkows/Download/
export CLIENT_CERT_PATH=/Users/pminkows/Download/
export HOST=localhost
Run the app in the dev
mode:
mvn spring-boot:run