Maddy: Difference between revisions

imported>Onny
mNo edit summary
imported>Onny
Update tls option to reflect upcoming changes
Line 14: Line 14:
   primaryDomain = "example.org";
   primaryDomain = "example.org";
   tls = {
   tls = {
     certPath = /var/lib/acme/example.org/example.org.crt;
     loader = "file";
     keyPath = /var/lib/acme/example.org/example.org.key;
    certPaths = [ /var/lib/acme/example.org/example.org.crt ];
     keyPaths = [ /var/lib/acme/example.org/example.org.key ];
   };
   };
   imap = {
   imap = {