mirror of
https://github.com/nsacyber/HIRS.git
synced 2024-12-28 08:48:59 +00:00
13 lines
481 B
Bash
13 lines
481 B
Bash
#!/bin/bash
|
|
#####################################################################################
|
|
#
|
|
# Script to run ACA using the gradle spring pluing bootRun command with password set
|
|
#
|
|
#
|
|
####################################################################################
|
|
|
|
CONFIG_FILE="/etc/hirs/aca/application.properties"
|
|
|
|
echo "Starting HIRS ACA on https://localhost:8443/HIRS_AttestationCAPortal/portal/index"
|
|
|
|
./gradlew bootRun --args="--spring.config.location=$CONFIG_FILE" |