10 lines
238 B
Plaintext
10 lines
238 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
chown root:phpki /opt/phpki/html/config.php
|
||
|
chown root:phpki /opt/phpki/html/openssl.cnf
|
||
|
chown phpki:phpki -R /opt/phpki/phpki-store*
|
||
|
chown root:phpki /opt/phpki/html/ca
|
||
|
|
||
|
chmod +x /opt/phpki/html/
|
||
|
chmod +x /opt/phpki/html/ca
|