ansible-role-letsencrypt icon indicating copy to clipboard operation
ansible-role-letsencrypt copied to clipboard

suggestions

Open drzraf opened this issue 8 years ago • 0 comments

  • leave out private key generation, or at least split it to another optional task file (possibly with delegate_to: localhost) (people may not like generating private key on production host)
  • don't clone the full acme_tiny repository but just get_url the RAW file
  • makes renew-certs.py a simple shellscript
  • use openssl x509 -text -in /dev/stdin |grep 'Not After' to see if renew is needed, rather than filesystem timestamp

drzraf avatar May 10 '16 03:05 drzraf