1. 13 May, 2019 3 commits
  2. 12 May, 2019 6 commits
  3. 11 May, 2019 3 commits
  4. 08 May, 2019 3 commits
  5. 07 May, 2019 1 commit
  6. 06 May, 2019 3 commits
  7. 04 May, 2019 8 commits
  8. 03 May, 2019 6 commits
  9. 02 May, 2019 1 commit
  10. 01 May, 2019 5 commits
    • Jakub Filo's avatar
      Removed trailing line · d1ef039e
      Jakub Filo authored
      d1ef039e
    • Jakub Filo's avatar
      Fixed style to match upstream · 040ca532
      Jakub Filo authored
      040ca532
    • neil's avatar
      Merge pull request #2236 from mod242/master · 625c8529
      neil authored
      Correct parsing error in sed
      625c8529
    • neil's avatar
      Update haproxy deploy hook (#1591) · b28835a6
      neil authored
      * implement basic haproxy deploy
      
      HAProxy requires the certificate chain and key to be concatenated and placed somewhere (can be anywhere). This script expects a single environment variable with the path where the concatenated PEM file should be written
      
      * add docs for HAProxy deployment
      
      * Add conditional check to ensure path is provided
      
      * remove whitespace
      
      * remove more whitespace (trying to get TravisCI working)
      
      * add reload
      
      * update for POSIX compliance
      
      * add documentation for reload command
      
      * Update haproxy deploy hook
      
      Add functionality to add OCSP stapling info (.ocsp file), issuer (.issuer file) and multi-cert bundles (suffix on pem file based on key type).
      
      This also corrects the order of key, certificate and intermediate in the PEM file, which although HAProxy does not seem to care, was incorrect in the prior version.
      
      * Document updated haproxy deploy hook
      
      * Fix variable name
      
      * whitespace fixes
      
      * Support HAPROXY_DEPLOY_PEM_PATH
      
      Adds compatibility to original haproxy deploy hook while still allowing custom PEM file name (via HAPROXY_DEPLOY_PEM_NAME)
      
      * update for new haproxy deploy vars
      
      * Fix return from reload
      
      * Fix Le_Keylength case
      
      * Update cert suffix for bundles .ocsp generation
      
      * Whitepspace
      
      * Change default for reload
      
      * Readme update
      
      * Actually set reload default
      
      * Fix README.md confict
      b28835a6
    • Тимур Яхин's avatar
  11. 30 Apr, 2019 1 commit