* 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:
2025-09-11 00:03:08 -04:00
parent 245e1bcd0b
commit a747530268
35 changed files with 3917 additions and 2796 deletions

View File

@@ -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