2 Commits

Author SHA1 Message Date
99bd9b4fb5 regen certificate in lemur 2021-08-28 07:37:37 +02:00
e086e08d9a fix 2021-05-22 18:25:41 +02:00
2 changed files with 3 additions and 1 deletions

View File

@ -4,7 +4,7 @@ After=lemur.service
[Service] [Service]
Environment="LEMUR_CONF=/etc/lemur/lemur.conf.py" Environment="LEMUR_CONF=/etc/lemur/lemur.conf.py"
ExecStart=/usr/bin/lemur certificate reissue ExecStart=/usr/bin/lemur certificate reissue --commit
User=lemur User=lemur
Group=lemur Group=lemur

View File

@ -18,4 +18,6 @@ psql -Upostgres -c "grant all on all functions in schema public to lemur" lemur
su - lemur -s /bin/bash -c "lemur --config=/etc/lemur/lemur.conf.py init --password $(CreoleGet lemur_admin_password)" su - lemur -s /bin/bash -c "lemur --config=/etc/lemur/lemur.conf.py init --password $(CreoleGet lemur_admin_password)"
systemctl stop postgresql.service systemctl stop postgresql.service
systemctl enable --now lemur_cron.timer
exit 0 exit 0