Add the --fresh option to update-ca-certificates 93/23493/1
authorRob Daugherty <rd472p@att.com>
Tue, 14 Nov 2017 18:22:55 +0000 (13:22 -0500)
committerRob Daugherty <rd472p@att.com>
Tue, 14 Nov 2017 18:26:10 +0000 (13:26 -0500)
This will allow a certificate to be replaced with a new one.

Issue: SO-342
Change-Id: I07dafe4aa4a8603de400913d3e4bdf709fd4daae
Signed-off-by: Rob Daugherty <rd472p@att.com>
packages/docker/src/main/docker/docker-files/scripts/start-jboss-server.sh

index d8d81cc..1a38fff 100755 (executable)
@@ -7,7 +7,7 @@
 # Copy the certificates
 echo 'Copying the *.crt provided in /shared folder'
 cp --verbose /shared/*.crt /usr/local/share/ca-certificates
-update-ca-certificates
+update-ca-certificates --fresh
 
 echo 'Running in JBOSS'
 su - jboss