generated from smedev/Template-for-SMEServer-Contribs-Package
* Thu Sep 30 2021 John Crisp <jcrisp@safeandsoundit.co.uk> 0.84-12.sme
- Attempt to fix the final reload after CA creation [SME: 11192]
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
VERSION = 0.82
|
||||
VERSION = 0.83
|
||||
UID = $(shell id -u)
|
||||
GID = $(shell id -g)
|
||||
|
||||
@@ -22,10 +22,10 @@ distclean: clean
|
||||
echo -e '<?php\nheader("Location: ./../index.php");\n?>' > ca/index.php
|
||||
|
||||
echo '<?php' > config.php
|
||||
echo 'define(PHPKI_VERSION, "$(VERSION)");' >> config.php
|
||||
echo 'define("PHPKI_VERSION", "$(VERSION)");' >> config.php
|
||||
echo '?>' >> config.php
|
||||
|
||||
rm -f index.php
|
||||
rm -f index.php setup.php
|
||||
ln -sf readme.php index.php
|
||||
ln -sf setup.php-presetup setup.php
|
||||
|
||||
@@ -48,5 +48,8 @@ distclean: clean
|
||||
@echo -e "Point your browser to your PHPki installation to configure and"
|
||||
@echo -e "create your root certificate. (i.e. http://www.domain.com/phpki/)\n"
|
||||
|
||||
secure:
|
||||
@./secure.sh
|
||||
|
||||
fixperms:
|
||||
@./secure.sh
|
||||
|
Reference in New Issue
Block a user