Line 299: |
Line 299: |
| first add his repo | | first add his repo |
| {{:reetspetit}} | | {{:reetspetit}} |
| + | then apply changes |
| + | signal-event yum-modify |
| + | |
| then install | | then install |
| yum install smeserver-letsencrypt --enablerepo=reetp | | yum install smeserver-letsencrypt --enablerepo=reetp |
| | | |
− | then expand httpd template
| + | |
− | expand-template /etc/httpd/conf/httpd.conf
| |
− | service httpd-e-smith restart
| |
| set email | | set email |
− | config setprop letsencypt email my@email.com | + | config setprop letsencrypt email my@email.com |
− | set script to propagate certificate
| + | |
− | db configuration setprop letsencrypt hookScript enabled
| |
| | | |
| TEST FIRST | | TEST FIRST |
| db configuration setprop letsencrypt status test | | db configuration setprop letsencrypt status test |
| + | |
| + | ENABLE SOME HOSTS Or DOMAINS for testing purposes |
| + | db hosts setprop www.mydomain.com letsencryptSSLcert enabled |
| + | db domains setprop mydomain.com letsencryptSSLcert enabled |
| | | |
| Then run | | Then run |
Line 357: |
Line 361: |
| Optional keys - (not required) | | Optional keys - (not required) |
| | | |
− | config setprop letsencypt email (defaults to empty) | + | config setprop letsencrypt email (defaults to empty) |
− | config setprop letsencypt keysize (defaults to 4096) | + | config setprop letsencrypt keysize (defaults to 4096) |
| | | |
| You can enable just a domain or just a host on a domain | | You can enable just a domain or just a host on a domain |