Merge pull request #6514 from ye/issue-3190

Add clarification of what "$domain" means in the case of creating a SAN cert.
This commit is contained in:
schoen
2018-11-26 12:13:23 -08:00
committed by GitHub
+3 -1
View File
@@ -696,7 +696,9 @@ Where are my certificates?
==========================
All generated keys and issued certificates can be found in
``/etc/letsencrypt/live/$domain``. Rather than copying, please point
``/etc/letsencrypt/live/$domain``. In the case of creating a SAN certificate
with multiple alternative names, ``$domain`` is the first domain passed in
via -d parameter. Rather than copying, please point
your (web) server configuration directly to those files (or create
symlinks). During the renewal_, ``/etc/letsencrypt/live`` is updated
with the latest necessary files.