mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
We need that file for the first domain_add during postinstall
This commit is contained in:
parent
25f2bdf83a
commit
46138e9e73
1 changed files with 2 additions and 0 deletions
|
@ -90,6 +90,8 @@ do_init_regen() {
|
||||||
|
|
||||||
chown -R root:ssl-cert /etc/yunohost/certs/yunohost.org/
|
chown -R root:ssl-cert /etc/yunohost/certs/yunohost.org/
|
||||||
chmod o-rwx /etc/yunohost/certs/yunohost.org/
|
chmod o-rwx /etc/yunohost/certs/yunohost.org/
|
||||||
|
|
||||||
|
install -D -m 644 $openssl_conf "${ssl_dir}/openssl.cnf"
|
||||||
}
|
}
|
||||||
|
|
||||||
do_pre_regen() {
|
do_pre_regen() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue