mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[fix] Typo
This commit is contained in:
parent
6411d0e08e
commit
72e2cbeef9
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ if [ ! -f /etc/yunohost/certs/yunohost.org/crt.pem ]; then
|
|||
/etc/yunohost/certs/yunohost.org/ca.pem
|
||||
sudo cp $ssl_dir/certs/yunohost_key.pem \
|
||||
/etc/yunohost/certs/yunohost.org/key.pem
|
||||
sudo cp $ssl_dir/yunoCA/newcerts/01.pem \
|
||||
sudo cp $ssl_dir/newcerts/01.pem \
|
||||
/etc/yunohost/certs/yunohost.org/crt.pem
|
||||
sudo ln -s /etc/yunohost/certs/yunohost.org/crt.pem \
|
||||
/etc/ssl/certs/yunohost_crt.pem
|
||||
|
|
Loading…
Add table
Reference in a new issue