1. 21 Jan, 2013 2 commits
  2. 20 Jan, 2013 1 commit
  3. 16 Jan, 2013 2 commits
  4. 12 Jan, 2013 8 commits
  5. 10 Jan, 2013 4 commits
  6. 09 Jan, 2013 3 commits
  7. 08 Jan, 2013 1 commit
  8. 05 Jan, 2013 2 commits
  9. 22 Dec, 2012 2 commits
  10. 19 Dec, 2012 1 commit
  11. 16 Dec, 2012 1 commit
  12. 13 Dec, 2012 1 commit
  13. 12 Dec, 2012 1 commit
  14. 09 Dec, 2012 5 commits
  15. 07 Dec, 2012 3 commits
  16. 04 Dec, 2012 1 commit
    • Raul Gutierrez Segales's avatar
      [shrpx] read private key's passwd from a file · cbf8ccf7
      Raul Gutierrez Segales authored
      This avoids the need to provide the password for your
      private key interactively.
      
      It can be used via --private-key-passwd-file or private-key-passwd-file
      in the given config file. The first line in the file
      (without \n) will be treated as the passwd. There isn't
      any validation and all lines after the first one (if any)
      are ignored.
      
      The security model behind this is a bit simplistic so I
      am open to better ideas. Basically your password file
      should be root:root (700) and you *should* drop root
      and run as an unprivileged user.
      
      If the file exists and a line can be read then a callback
      will be set for the SSL ctxt and it'll feed the passwd
      when the private key is read (if password is needed).
      
      If the file exists with the wrong permisions it'll be
      logged and ignored.
      cbf8ccf7
  17. 25 Nov, 2012 1 commit
  18. 24 Nov, 2012 1 commit