Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| module:letsyncrypt [2020/11/11 22:07] – [See Also] Added jsutil tag digital man | module:letsyncrypt [2026/03/13 19:42] (current) – [LetSyncrypt - Let's Encrypt Client] Clarify that working HTTP over TCP port 80 is a prereq digital man | ||
|---|---|---|---|
| Line 6: | Line 6: | ||
| If you don't want to use the default generated and self-signed SSL/TLS certificate ('' | If you don't want to use the default generated and self-signed SSL/TLS certificate ('' | ||
| + | |||
| + | You **do not** need to create an account with Let's Encrypt to use this module and get a valid/ | ||
| + | |||
| + | **NOTE:** | ||
| + | The Synchronet [[server: | ||
| + | This method of auto-certificate generation/ | ||
| ===== Install ===== | ===== Install ===== | ||
| Line 28: | Line 34: | ||
| Background Execution | Background Execution | ||
| Always Run After Init/ | Always Run After Init/ | ||
| + | Error Log Level Error | ||
| </ | </ | ||
| ===== Configure ===== | ===== Configure ===== | ||
| - | LetSyncrypt is configured via the '' | + | LetSyncrypt is configured via the '' |
| - | You must indicate that you agree to the Let's Encrypt Terms of Service by setting '' | + | You must indicate that you agree to the Let's Encrypt Terms of Service by setting '' |
| You can specify the ACMEv2 endpoint using the '' | You can specify the ACMEv2 endpoint using the '' | ||
| + | |||
| + | You may change the email address used for the account with the SysopEmail key (defaults to to the sysop email address on the BBS) | ||
| <file ini> | <file ini> | ||
| Line 43: | Line 52: | ||
| TOSAgreed = true | TOSAgreed = true | ||
| GroupReadableKeyFile = false | GroupReadableKeyFile = false | ||
| + | SysopEmail = sysop@example.com | ||
| </ | </ | ||
| Line 55: | Line 65: | ||
| <file ini> | <file ini> | ||
| [Domains] | [Domains] | ||
| + | yourbbs.synchro.net = / | ||
| nix.synchro.net = / | nix.synchro.net = / | ||
| home.bbsdev.net = / | home.bbsdev.net = / | ||
| Line 61: | Line 72: | ||
| </ | </ | ||
| - | This example has four domains (nix.synchro.net, | + | This example has five domains (yourbbs.synchro.net, |
| + | |||
| + | If you only have one domain and it's configured correctly either in [[util: | ||
| ===== Running Manually ===== | ===== Running Manually ===== | ||
| Line 77: | Line 90: | ||
| ===== See Also ===== | ===== See Also ===== | ||
| * [[: | * [[: | ||
| + | * [[certtool|Synchronet Certificate Tool]] | ||
| {{tag> | {{tag> | ||