Skip to content

mailpass from certgen

Vojtech Myslivec requested to merge certgen into master

Closes #3 (closed)

!4 (merged) needs to be merged first.

Generates password for Turris smtp server dynamically with Certgen.

Proposed turris/turris-os-packages> patch is:

diff --git a/cznic/user-notify/Makefile b/cznic/user-notify/Makefile
index 587bc78b8..0bc6dc5b1 100644
--- a/cznic/user-notify/Makefile
+++ b/cznic/user-notify/Makefile
@@ -22,7 +22,7 @@ include $(INCLUDE_DIR)/package.mk
 
 define Package/user-notify
        TITLE:=user-notify
-       DEPENDS:=+at +msmtp +ca-certificates +crypto-wrapper +create_notification
+       DEPENDS:=+at +msmtp +ca-certificates +crypto-wrapper +sentinel-certgen +create_notification
 endef
 
 define Build/Compile
Edited by Vojtech Myslivec

Merge request reports