mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Misc fixes for cert commands
This commit is contained in:
parent
af0c12a62b
commit
6031cc7846
2 changed files with 2 additions and 2 deletions
|
@ -647,7 +647,7 @@ domain:
|
|||
action: store_true
|
||||
|
||||
cert:
|
||||
subcategory_help: Manage domains DNS
|
||||
subcategory_help: Manage domain certificates
|
||||
actions:
|
||||
### certificate_status()
|
||||
status:
|
||||
|
|
|
@ -82,7 +82,7 @@ EOF
|
|||
# Cron job that renew lets encrypt certificates if there's any that needs renewal
|
||||
cat > $pending_dir/etc/cron.daily/yunohost-certificate-renew << EOF
|
||||
#!/bin/bash
|
||||
yunohost domain cert-renew --email
|
||||
yunohost domain cert renew --email
|
||||
EOF
|
||||
|
||||
# If we subscribed to a dyndns domain, add the corresponding cron
|
||||
|
|
Loading…
Add table
Reference in a new issue