1. 09 Mar, 2016 1 commit
  2. 08 Mar, 2016 7 commits
  3. 07 Mar, 2016 4 commits
  4. 06 Mar, 2016 1 commit
  5. 04 Mar, 2016 2 commits
  6. 03 Mar, 2016 1 commit
  7. 02 Mar, 2016 5 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
    • Neil's avatar
      typo · f0d0bd25
      Neil authored
      f0d0bd25
    • Neil's avatar
      typos · 8b92aab7
      Neil authored
      8b92aab7
    • Neil's avatar
      Merge pull request #81 from phanimahesh/patch-1 · a2bf1533
      Neil authored
      simplify call by using $@.    We will not add more args,  but $@ is better.  Later, we will use getopt .
      a2bf1533
    • 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
  8. 29 Feb, 2016 2 commits
  9. 20 Feb, 2016 3 commits
  10. 19 Feb, 2016 3 commits
  11. 17 Feb, 2016 2 commits
  12. 13 Feb, 2016 1 commit
  13. 12 Feb, 2016 3 commits
  14. 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
  15. 07 Feb, 2016 4 commits