1. 27 Jun, 2019 3 commits
  2. 26 Jun, 2019 3 commits
  3. 24 Jun, 2019 6 commits
  4. 21 Jun, 2019 2 commits
  5. 20 Jun, 2019 5 commits
  6. 19 Jun, 2019 5 commits
  7. 18 Jun, 2019 1 commit
  8. 17 Jun, 2019 4 commits
  9. 14 Jun, 2019 1 commit
    • Łukasz Nowak's avatar
      caddy-frontend: Put back certificates to input schemas · 05b1d215
      Łukasz Nowak authored
      In "caddy-frontend: Implement KeDiFa SSL information" the certificates were
      dropped from the schema, but still internally supported. This lead to missing
      UI fields for still supported parameters.
      
      Reintroduced them with OBSOLETE mark.
      
      /reviewed-on !574
      05b1d215
  10. 12 Jun, 2019 5 commits
  11. 07 Jun, 2019 2 commits
  12. 06 Jun, 2019 3 commits
    • Thomas Gambier's avatar
      certificate_authority: unique_subject = no · 4e29c395
      Thomas Gambier authored
      "openssl ca" is keeping track of all generated certificates in its DB.
      If we try to regenerate a certificate that was already generated,
      openssl ca fails with :
      
      ERROR:There is already a certificate for /C=XX/ST=(State,)/O=Company/CN=ca-shellinabox/emailAddress=xx@example.com
      
      Changing "unique_subject" to no removes this ERROR.
      
      /reviewed-on !556
      4e29c395
    • Thomas Gambier's avatar
      Update perl-URI version · 75f3255d
      Thomas Gambier authored
      75f3255d
    • Łukasz Nowak's avatar
      fix "caddy-frontend: Adapt to ATS 7" · 6782c791
      Łukasz Nowak authored
      Before normalize_ae_gzip was 0, and better keep it this way as it is
      suspected root problem of incorrectly varianted cache depending on
      client Accept-Encoding.
      6782c791