We need that file for the first domain_add during postinstall

This commit is contained in:
Alexandre Aubin 2021-01-23 01:27:14 +01:00
parent 25f2bdf83a
commit 46138e9e73

View file

@ -90,6 +90,8 @@ do_init_regen() {
chown -R root:ssl-cert /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() {