Skip to content
Snippets Groups Projects
This project is mirrored from https://:*****@gitlab.com/gitlab-org/omnibus-gitlab.git. Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
  1. Sep 13, 2019
  2. Sep 10, 2019
  3. Sep 03, 2019
  4. Jul 22, 2019
  5. Jul 05, 2019
  6. Jun 28, 2019
  7. Jun 27, 2019
  8. May 31, 2019
  9. Feb 20, 2019
  10. Feb 08, 2019
  11. Oct 24, 2018
  12. Aug 23, 2018
  13. Apr 09, 2018
  14. Mar 11, 2018
  15. Nov 29, 2017
  16. Sep 18, 2017
  17. Aug 29, 2017
  18. Jul 13, 2017
  19. Mar 14, 2017
  20. Feb 24, 2017
  21. Feb 23, 2017
  22. Feb 15, 2017
  23. Jan 30, 2017
  24. Jan 27, 2017
  25. Jan 12, 2017
  26. Jan 05, 2017
  27. Nov 21, 2016
  28. Oct 07, 2016
  29. Aug 24, 2016
  30. Jul 31, 2016
  31. Jul 08, 2016
  32. Jul 07, 2016
  33. Jun 29, 2016
  34. Jun 28, 2016
  35. Jun 20, 2016
    • Marin Jankovski's avatar
      d79f5aa5
    • Robert Habermann's avatar
      add default cacert.pem Root CA store to templates · 48e89194
      Robert Habermann authored
      Fail hard on error while adding trusted certs
      
      Run for loop over all files in #{trusted_certs_dir} with extension
      *.crt and *.pem. For each file check whether the file is a valid
      x509 PEM certificate. If an invalid file is encountered fail with
      exit 1.
      
      enable the use of more than one (Root CA) certificate with same CN
      
      The certificate symlinks are created with the subject (=CN) hash followed
      by a dot and a number as their filename. For example: 5d532505.0
      If (different) certificates have the same CN they result in the same hash.
      To support this the appended digit is increased. E.g. 5d532505.1
      
      Refactor MR to include (recommended) changes
      
      Refactor the certificate checker in libraries to avoid duplicate code.
      Undo change to headline in docs to avoid breaking inbound links.
      Implement ruby_block 'move-existing-certificates' which performs a one
      time migration of currently existing certificate files (and symlinks).
      Move code to create new symlinks and delete outdated symlinks to a
      ruby_block section.
      
      Using realpath always returns absolute path for symlinks
      48e89194
  36. May 31, 2016
  37. May 25, 2016
Loading