1. 28 Jun, 2019 2 commits
  2. 27 Jun, 2019 3 commits
  3. 26 Jun, 2019 3 commits
  4. 24 Jun, 2019 6 commits
  5. 21 Jun, 2019 2 commits
  6. 20 Jun, 2019 5 commits
  7. 19 Jun, 2019 5 commits
  8. 18 Jun, 2019 1 commit
  9. 17 Jun, 2019 4 commits
  10. 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
  11. 12 Jun, 2019 5 commits
  12. 07 Jun, 2019 2 commits
  13. 06 Jun, 2019 1 commit
    • 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