|
|
|
@ -25,23 +25,32 @@ OPTIONAL PARAMETERS |
|
|
|
|
------------------- |
|
|
|
|
None. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
OPTIONAL MULTIPLE PARAMETERS |
|
|
|
|
---------------------------- |
|
|
|
|
renew-hook |
|
|
|
|
Renew hook command directly passed to certbot in cron job. |
|
|
|
|
|
|
|
|
|
EXAMPLES |
|
|
|
|
-------- |
|
|
|
|
|
|
|
|
|
.. code-block:: sh |
|
|
|
|
|
|
|
|
|
__letsencrypt_cert example.com --webroot /data/letsencrypt/root |
|
|
|
|
__letsencrypt_cert example.com --admin-email root@example.com --webroot /data/letsencrypt/root |
|
|
|
|
|
|
|
|
|
__letsencrypt_cert example.com --admin-email root@example.com --webroot /data/letsencrypt/root --renew-hook "service nginx reload" |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
AUTHORS |
|
|
|
|
------- |
|
|
|
|
Nico Schottelius <nico-cdist--@--schottelius.org> |
|
|
|
|
Kamila Součková <kamila--@--ksp.sk> |
|
|
|
|
Darko Poljak <darko.poljak--@--gmail.com> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
COPYING |
|
|
|
|
------- |
|
|
|
|
Copyright \(C) 2017 Nico Schottelius, Kamila Součková. You can redistribute it |
|
|
|
|
Copyright \(C) 2017 Nico Schottelius, Kamila Součková, Darko Poljak. You can redistribute it |
|
|
|
|
and/or modify it under the terms of the GNU General Public License as |
|
|
|
|
published by the Free Software Foundation, either version 3 of the |
|
|
|
|
License, or (at your option) any later version. |
|
|
|
|