--renew-hook from type __letsencrypt_cert is not working #112
Labels
No labels
bugfix
cleanup
discussion
documentation
doing
done
feature
improvement
packaging
Stale
testing
TODO
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: ungleich-public/cdist#112
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Created by: greendeath
When running this command:
echo __letsencrypt_cert --admin-email technik@ungleich.ch --webroot /var/www --renew-hook 'service nginx reload' "monitoring.place6.ungleich.ch" --domain "monitoring.place6.ungleich.ch" --domain "monitoring2.ungleich.ch" --automatic-renewal | cdist config -vi - monitoring.place6.ungleich.ch
I get this error:
__letsencrypt_cert: error: unrecognized arguments: reload monitoring.place6.ungleich.ch
Created by: greendeath
Fixed it, thank you!
Created by: darko-poljak
@greendeath
results in
where
servie nginx reload
is not a single argument.It should be quoted.
You should do something like
It's a shell thing.