From charlesreid1

renewing certs:

renewing certificates:

  • https://certbot.eff.org/docs/using.html#renewing-certificates
  • certificate is only renewed when it needs to be
  • can create pre and post hook, always executed if the certificate is being renewed
  • can also set a successful deploy hook
  • this would be, e.g., disabling the startup service, stopping the pod, (doing the certbot stuff), starting the pod, enabling the startup service

where does it go: charlesreid1 docker pod


hooks:

more details on hooks - i don't even know. use the stuff above.