parent
34e4bde1aa
commit
9bc02b98ee
2 changed files with 15 additions and 1 deletions
@ -0,0 +1,10 @@ |
|||||||
|
#!/bin/bash |
||||||
|
|
||||||
|
# Copy PHPki CAcrl in a public location |
||||||
|
|
||||||
|
if [ -e /opt/phpki/phpki-store/CA/crl/cacrl.pem ]; then |
||||||
|
cp -f /opt/phpki/phpki-store/CA/crl/cacrl.pem /home/e-smith/files/ibays/Primary/html/ |
||||||
|
chown root:root /home/e-smith/files/ibays/Primary/html/cacrl.pem |
||||||
|
chmod 644 /home/e-smith/files/ibays/Primary/html/cacrl.pem |
||||||
|
fi |
||||||
|
|
Loading…
Reference in new issue