Guest User

Untitled

a guest
Apr 23rd, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.72 KB | None | 0 0
  1. --dry-run Perform a test run of the client, obtaining test
  2. (invalid) certificates but not saving them to disk.
  3. This can currently only be used with the 'certonly'
  4. and 'renew' subcommands. Note: Although --dry-run
  5. tries to avoid making any persistent changes on a
  6. system, it is not completely side-effect free: if used
  7. with webserver authenticator plugins like apache and
  8. nginx, it makes and then reverts temporary config
  9. changes in order to obtain test certificates, and
  10. reloads webservers to deploy and then roll back those
  11. changes. It also calls --pre-hook and --post-hook
  12. commands if they are defined because they may be
  13. necessary to accurately simulate renewal. --deploy-
  14. hook commands are not called. (default: False)
  15.  
  16. renew:
  17. The 'renew' subcommand will attempt to renew all certificates (or more
  18. precisely, certificate lineages) you have previously obtained if they are
  19. close to expiry, and print a summary of the results. By default, 'renew'
  20. will reuse the options used to create obtain or most recently successfully
  21. renew each certificate lineage. You can try it with `--dry-run` first. For
  22. more fine-grained control, you can renew individual lineages with the
  23. `certonly` subcommand. Hooks are available to run commands before and
  24. after renewal; see https://certbot.eff.org/docs/using.html#renewal for
  25. more information on these.
Add Comment
Please, Sign In to add comment