mirror of
https://github.com/laurivosandi/certidude.git
synced 2026-04-25 00:25:57 +03:00
[GH-ISSUE #48] Provision fails with jinja2.exceptions.UndefinedError: 'session' is undefined #41
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/certidude-laurivosandi#41
Loading…
Add table
Add a link
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?
Originally created by @underdpt on GitHub (Sep 21, 2018).
Original GitHub issue: https://github.com/laurivosandi/certidude/issues/48
Hi,
I've hit an error when trying to provision with
sudo -H /usr/local/bin/certidude provision authority:I haven't found this error on the net, so after a bit digging I think this is related to nginx not starting, this is the output from
sudo systemctl status nginx.service:So it seems it doesn't find a certificate on
/var/lib/certidude/signed/ca.mainsip.com.pembut/var/lib/certidude/doesn't even exists. Is there anything I'm missing?