You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
330 B

#!/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