Skip to content

Commit

Permalink
symlink certificates to a conf directory
Browse files Browse the repository at this point in the history
so template-less nginx can have a stable path for those
  • Loading branch information
mikz committed Oct 23, 2017
1 parent c2fe826 commit 48300e2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .s2i/bin/assemble
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,5 @@ if [ -e "/tmp/src/Roverfile.lock" ]; then
echo "---> Installing dependencies"
rover install --roverfile /tmp/src/Roverfile --path .
fi

ln --verbose --symbolic /etc/ssl/certs/ca-bundle.crt "$(pwd)/conf" || true

0 comments on commit 48300e2

Please sign in to comment.