deltachat / chatmail

chatmail service deployment scripts and docs
https://delta.chat/en/2023-12-13-chatmail
MIT License
97 stars 5 forks source link

I want to skip acmetool, how do I do it? #330

Closed eccsatan closed 1 week ago

eccsatan commented 1 week ago

I don't need acmetool, how can I skip this step when i deploy chatmail?

link2xt commented 1 week ago

You can comment it out here: https://github.com/deltachat/chatmail/blob/0483603d4a9bc97ab2654b56ed6fad8a95a3d141/cmdeploy/src/cmdeploy/__init__.py#L533-L536 But then nginx, dovecot and postfix will likely fail to start as their configuration files point to certificate, so you will need to place the key and certificate in the same place acmetool places them or modify configuration templates for nginx, dovecot and postfix as well.

eccsatan commented 1 week ago

thank u

You can comment it out here:

https://github.com/deltachat/chatmail/blob/0483603d4a9bc97ab2654b56ed6fad8a95a3d141/cmdeploy/src/cmdeploy/__init__.py#L533-L536

But then nginx, dovecot and postfix will likely fail to start as their configuration files point to certificate, so you will need to place the key and certificate in the same place acmetool places them or modify configuration templates for nginx, dovecot and postfix as well.