diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2008-04-19 07:48:53 +0000 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2008-04-19 07:48:53 +0000 |
commit | ab40f2edc769c5de9f685f1b1885cb026430bb2c (patch) | |
tree | f4c433a7aa230213eb49e5c41596d2e19ac6cbab | |
parent | 734e81bbd6e81655070a7c44559929b194e647fd (diff) | |
download | strongswan-ab40f2edc769c5de9f685f1b1885cb026430bb2c.tar.bz2 strongswan-ab40f2edc769c5de9f685f1b1885cb026430bb2c.tar.xz |
add symbolic link to hash-and-url certs
-rwxr-xr-x | testing/scripts/build-umlhostfs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testing/scripts/build-umlhostfs b/testing/scripts/build-umlhostfs index e8b39753e..3e6337124 100755 --- a/testing/scripts/build-umlhostfs +++ b/testing/scripts/build-umlhostfs @@ -70,6 +70,7 @@ do then mkdir $LOOPDIR/var/log/apache2/ocsp cp -rfp $UMLTESTDIR/testing/images $LOOPDIR/var/www/localhost/htdocs + chroot $LOOPDIR ln -s /etc/openssl/certs /var/www/localhost/htdocs/certs chroot $LOOPDIR /etc/openssl/generate-crl >> $LOGFILE 2>&1 fi chroot $LOOPDIR /etc/init.d/depscan.sh --update >> $LOGFILE 2>&1 |