1. 17 Aug, 2020 1 commit
  2. 26 Jul, 2020 1 commit
  3. 16 Jul, 2020 2 commits
  4. 15 Jul, 2020 1 commit
    • Andy Botting's avatar
      Add OpenStack Barbican deploy support · 9b23cd6d
      Andy Botting authored
      This provider relies on the the python-openstackclient and
      python-designateclient tools be installed and working, with
      either password or application credentials loaded in your env.
      9b23cd6d
  5. 13 Jul, 2020 1 commit
    • andrewheberle's avatar
      Use base64 for reload · 01ebb657
      andrewheberle authored
      Ensure that reload command is encoded with base64 so special characters in command do not wreck config on renewals
      01ebb657
  6. 29 Jun, 2020 1 commit
  7. 22 May, 2020 1 commit
  8. 19 May, 2020 1 commit
  9. 16 May, 2020 6 commits
  10. 02 May, 2020 1 commit
  11. 26 Mar, 2020 1 commit
  12. 25 Mar, 2020 1 commit
    • Brian Torres-Gil's avatar
      fix(deploy/panos): data format improvements · 0453d656
      Brian Torres-Gil authored
      It was discovered in testing that PAN-OS < 9.0 has slightly different
      requirements for the multipart/form-data format and requires the `type`
      parameter to be passed in the URL. These corrections should work for all
      PAN-OS versions.
      0453d656
  13. 15 Mar, 2020 1 commit
  14. 11 Mar, 2020 1 commit
  15. 08 Mar, 2020 2 commits
  16. 03 Mar, 2020 1 commit
  17. 23 Feb, 2020 8 commits
  18. 20 Feb, 2020 1 commit
    • xpac1985's avatar
      haproxy deploy script now compatible with OpenSSL v1.1+ · e184a1b9
      xpac1985 authored
      haproxy deploy script now compatible with OpenSSL v1.1+
      
      The OpenSSL OCSP request for haproxy deployment breaks from OpenSSL v1.1.0 on.
      The format of the `-header` option has been changed and does now contain a `=` instead of a whitespace.
      Other projects have hit the same issue:
      https://github.com/nghttp2/nghttp2/issues/742
      
      This commit determines the OpenSSL/LibreSSL version and then adjusts the request accordingly.
      Also removed the duplicate command line and added some more debug output.
      e184a1b9
  19. 14 Feb, 2020 1 commit
  20. 12 Feb, 2020 7 commits