Synchronet v3.19b-Win32 (install) has been released (Jan-2022).

You can donate to the Synchronet project using PayPal.

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
module:letsyncrypt [2019/07/17 00:48] – [Setup] Add syntax highlighting digital manmodule:letsyncrypt [2019/07/24 15:26] – [Setup] Beautification and added GroupReadableKeyFile digital man
Line 30: Line 30:
 <file ini> <file ini>
 [Domains] [Domains]
-nix.synchro.net=/sbbs/web/root +nix.synchro.net = /sbbs/web/root 
-home.bbsdev.net=/sbbs/web/root +home.bbsdev.net = /sbbs/web/root 
-gallery.bbsdev.net=/sbbs/web/root/gallery.bbsdev.net +gallery.bbsdev.net = /sbbs/web/root/gallery.bbsdev.net 
-pics.bbsdev.net=/sbbs/web/root/pics.bbsdev.net+pics.bbsdev.net = /sbbs/web/root/pics.bbsdev.net
 </file> </file>
  
 This example has four domains (nix.synchro.net, home.bbsdev.net, gallery.bbsdev.net, and pics.bbsdev.net).  The last two are virtual hosts, so have their web root as a subdirectory of the main web root. This example has four domains (nix.synchro.net, home.bbsdev.net, gallery.bbsdev.net, and pics.bbsdev.net).  The last two are virtual hosts, so have their web root as a subdirectory of the main web root.
  
-You can specify the ACMEv2 endpoint using the ''Host'' and ''Directory'' keys in the [[config:ini_files#root_section|root section]].  ''Host'' is the domain name of the ACMEv2 endpoint, and ''Directory'' is appended to it to generate the URL that is fetched for the Directory object.  You can also indicate that you agree to the Terms of Service by setting TOSAgreed to true.+You can specify the ACMEv2 endpoint using the ''Host'' and ''Directory'' keys in the [[config:ini_files#root_section|root section]].  ''Host'' is the domain name of the ACMEv2 endpoint, and ''Directory'' is appended to it to generate the URL that is fetched for the Directory object.  You can also indicate that you agree to the Terms of Service by setting ''TOSAgreed true''.
  
 <file ini> <file ini>
-Host=acme-v02.api.letsencrypt.org +Host = acme-v02.api.letsencrypt.org 
-Directory=/directory +Directory = /directory 
-TOSAgreed=true+TOSAgreed = true 
 +GroupReadableKeyFile = false
 </file> </file>
  
-Note that without the TOSAgreed=true line, you will likely never get a certificate, but the first few words in this file at present are "This Subscriber Agreement (“Agreement”) is a legally binding contract"+Note that without the ''TOSAgreed = true'' line, you will likely never get a certificate, but the first few words in this file at present are "This Subscriber Agreement (“Agreement”) is a legally binding contract"
  
-Do not modify the ''State'' or ''key_id'' sections of this file.+Do not modify the ''[State]'' or ''[key_id]'' sections of this file.
  
 ===== Running Manually ===== ===== Running Manually =====