Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
module:letsyncrypt [2018/02/27 22:34] – [Setup] Note that the ToS claim to be a legally binding agreement. deucemodule:letsyncrypt [2019/07/24 15:26] – [Setup] Beautification and added GroupReadableKeyFile digital man
Line 28: Line 28:
 If you have multiple domain names, you can have LetSyncrypt put them all in a single certificate, even if you have virtual hosts.  Edit the ''[[dir:ctrl]]/letsyncrypt.ini'' file and add a [Domains] section where the key is the hostname, and the value is the web root for that domain: If you have multiple domain names, you can have LetSyncrypt put them all in a single certificate, even if you have virtual hosts.  Edit the ''[[dir:ctrl]]/letsyncrypt.ini'' file and add a [Domains] section where the key is the hostname, and the value is the web root for that domain:
  
-<file>+<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'' global keys.  ''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> +<file ini
-Host=acme-staging-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 =====
Line 61: Line 62:
  
 ''%%--tos%%'' Prints the URL for the Terms of Service. ''%%--tos%%'' Prints the URL for the Terms of Service.
- 
-===== Important Caveat ===== 
- 
-At present (February 27, 2018), Let's Encrypt does not support ACMEv2 for trusted certificates.  The server was expected to go live on February 27, 2018, but it was [[https://community.letsencrypt.org/t/acmev2-and-wildcard-launch-delay/53654|delayed]].  Once it goes live, letsyncrypt.js will be updated to use the newly announced server (likely acme-v02.api.letsencrypt.org).  Until then, installed certificates will not be trusted, being issued by the staging server, signed by “Fake LE Intermediate X1”. 
  
 ===== See Also ===== ===== See Also =====
module/letsyncrypt.txt · Last modified: 2024/03/28 12:27 by digital man
Back to top
CC Attribution 4.0 International
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0