Matrix: Difference between revisions

imported>Nix
m add Software/Applications subcategory
imported>Georgyo
It is nolonger possible to have the acme cert owned by the user, only the group.
Line 101: Line 101:
     /* insert here the right configuration to obtain a certificate */
     /* insert here the right configuration to obtain a certificate */
     postRun = "systemctl restart coturn.service";
     postRun = "systemctl restart coturn.service";
    user = "turnserver";
     group = "turnserver";
     group = "turnserver";
   };
   };