1. 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
  2. 29 Feb, 2016 2 commits
  3. 20 Feb, 2016 3 commits
  4. 19 Feb, 2016 3 commits
  5. 17 Feb, 2016 2 commits
  6. 13 Feb, 2016 1 commit
  7. 12 Feb, 2016 3 commits
  8. 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
  9. 07 Feb, 2016 5 commits
  10. 06 Feb, 2016 4 commits
  11. 02 Feb, 2016 9 commits
  12. 01 Feb, 2016 1 commit
  13. 31 Jan, 2016 1 commit