Line 36: |
Line 36: |
| yum --enablerepo=smecontribs install {{#var:smecontribname}} | | yum --enablerepo=smecontribs install {{#var:smecontribname}} |
| | | |
− | then install domain/subdomain if you have two separates | + | then, if you have dedicated subdomain and use let's Encrypt (or have trusted certs) |
| MYDOMAIN="onlyoffice.mydomain.com" | | MYDOMAIN="onlyoffice.mydomain.com" |
| config setprop onlyoffice VirtualHost $MYDOMAIN RejectUnauthorized true access local | | config setprop onlyoffice VirtualHost $MYDOMAIN RejectUnauthorized true access local |
Line 45: |
Line 45: |
| signal-event smeserver-onlyoffice-update | | signal-event smeserver-onlyoffice-update |
| | | |
− | if you have only one domain/subdomain and you have certificate for it | + | then, if you share one domain/subdomain and you have trusted certificate for it |
| config setprop onlyoffice RejectUnauthorized true access public | | config setprop onlyoffice RejectUnauthorized true access public |
| signal-event smeserver-onlyoffice-update | | signal-event smeserver-onlyoffice-update |
| | | |
− | if you do not have trusted certs, but only self signed, and only one domain/subdomain | + | then, if you do not have trusted certs, but only self signed, and only one domain/subdomain |
| config setprop onlyoffice RejectUnauthorized false access public | | config setprop onlyoffice RejectUnauthorized false access public |
| signal-event smeserver-onlyoffice-update | | signal-event smeserver-onlyoffice-update |