Line 98: |
Line 98: |
| === Rush jobs === | | === Rush jobs === |
| for the test ('''adjust the domains and hosts'''): | | for the test ('''adjust the domains and hosts'''): |
− | | + | <tabs container><tab name="For SME 10"> |
| config setprop letsencrypt ACCEPT_TERMS yes status test | | config setprop letsencrypt ACCEPT_TERMS yes status test |
| #foreach of your domains you want SSL do the following | | #foreach of your domains you want SSL do the following |
Line 106: |
Line 106: |
| signal-event smeserver-letsencrypt-update | | signal-event smeserver-letsencrypt-update |
| dehydrated -c | | dehydrated -c |
− | | + | </tab><tab name="For SME 9"> |
| config setprop letsencrypt ACCEPT_TERMS yes status test API 2 | | config setprop letsencrypt ACCEPT_TERMS yes status test API 2 |
| #foreach of your domains you want SSL do the following | | #foreach of your domains you want SSL do the following |
Line 114: |
Line 114: |
| signal-event console-save | | signal-event console-save |
| dehydrated -c | | dehydrated -c |
− | | + | </tab> |
| + | </tabs> |
| Check that the certificates are available ( your browser will still issue an error, but you can explore the content of the certificate to see that the Let's Encrypt test CA was used to sign your SSL certificate and that all your domains and hosts are in the "Certificate Subject Alt Name" property. | | Check that the certificates are available ( your browser will still issue an error, but you can explore the content of the certificate to see that the Let's Encrypt test CA was used to sign your SSL certificate and that all your domains and hosts are in the "Certificate Subject Alt Name" property. |
| | | |
| for the production ('''adjust your email'''): | | for the production ('''adjust your email'''): |
− | | + | <tabs container><tab name="For SME 10"> |
| config setprop letsencrypt status enabled email '''admin@domain1.com''' | | config setprop letsencrypt status enabled email '''admin@domain1.com''' |
| signal-event smeserver-letsencrypt-update | | signal-event smeserver-letsencrypt-update |
| dehydrated -c -x | | dehydrated -c -x |
− | | + | </tab><tab name="For SME 9"> |
| config setprop letsencrypt status enabled email '''admin@domain1.com''' | | config setprop letsencrypt status enabled email '''admin@domain1.com''' |
| signal-event console-save | | signal-event console-save |
| dehydrated -c -x | | dehydrated -c -x |
| + | </tab> |
| + | </tabs> |
| | | |
| ===Step by step configuration=======Hosts and domains for the certificate==== | | ===Step by step configuration=======Hosts and domains for the certificate==== |