1. 09 Mar, 2016 4 commits
  2. 08 Mar, 2016 6 commits
  3. 07 Mar, 2016 2 commits
  4. 06 Mar, 2016 1 commit
  5. 04 Mar, 2016 1 commit
  6. 02 Mar, 2016 2 commits
    • BlueAnanas's avatar
      Replaced $@ by quoted "$@" · 0f36bb11
      BlueAnanas authored
      An $a without quotes is not putting quotes around expanded characters. The quotes around the server reload command get lost in the process.
      0f36bb11
    • J Phani Mahesh's avatar
      simplify call by using $@ · 60a94dae
      J Phani Mahesh authored
      $@ refers to all arguments, which is a nice way of saying $1 $2 ..., plus it doesn't need updating if we need more arguments.
      60a94dae
  7. 20 Feb, 2016 1 commit
  8. 19 Feb, 2016 3 commits
  9. 17 Feb, 2016 1 commit
  10. 13 Feb, 2016 1 commit
  11. 12 Feb, 2016 2 commits
  12. 11 Feb, 2016 1 commit
    • Thomas's avatar
      renew() should return the function result code of issue() · 2c06a14d
      Thomas authored
      currently the renew function does always return 0 even when the cert issuing failed. for now just return the function return code of issue(). 
      
      maybe an additional offset (like +100) should be added to distinguish the issue error codes from the renew error codes.
      2c06a14d
  13. 07 Feb, 2016 1 commit
  14. 06 Feb, 2016 3 commits
  15. 02 Feb, 2016 1 commit
  16. 01 Feb, 2016 1 commit
  17. 31 Jan, 2016 6 commits
  18. 30 Jan, 2016 3 commits