#287 Freeze Break Request: Update openshift ssl certs
Merged 3 years ago by kevin. Opened 3 years ago by kevin.
Unknown source fix-openshift-certs  into  master

file modified
+4 -4
@@ -254,10 +254,10 @@

  wildcard_int_file: wildcard-2020.fedoraproject.org.intermediate.cert

  

  # This is the openshift wildcard cert. Until it exists set it equal to wildcard

- os_wildcard_cert_name: wildcard-2017.app.os.fedoraproject.org

- os_wildcard_crt_file: wildcard-2017.app.os.fedoraproject.org.cert

- os_wildcard_key_file: wildcard-2017.app.os.fedoraproject.org.key

- os_wildcard_int_file: wildcard-2017.app.os.fedoraproject.org.intermediate.cert

+ os_wildcard_cert_name: wildcard-2020.app.os.fedoraproject.org

+ os_wildcard_crt_file: wildcard-2020.app.os.fedoraproject.org.cert

+ os_wildcard_key_file: wildcard-2020.app.os.fedoraproject.org.key

+ os_wildcard_int_file: wildcard-2020.app.os.fedoraproject.org.intermediate.cert

  

  # Everywhere, always, we should sign messages and validate signatures.

  # However, we allow individual hosts and groups to override this.  Use this very

@@ -36,8 +36,8 @@

      - app.os.fedoraproject.org

  

    - role: httpd/certificate

-     certname: wildcard-2017.app.os.fedoraproject.org

-     SSLCertificateChainFile: wildcard-2017.app.os.fedoraproject.org.intermediate.cert

+     certname: wildcard-2020.app.os.fedoraproject.org

+     SSLCertificateChainFile: wildcard-2020.app.os.fedoraproject.org.intermediate.cert

      tags:

      - app.os.fedoraproject.org

  

These certs are used for *.app.os.fedoraproject.org.
ie, things that don't also have/use a fedoraproject.org route.
THis includes the console and some apps that just never bothered to make
a fedoraproject route.

Fixes 9162

Signed-off-by: Kevin Fenzi kevin@scrye.com

Metadata Update from @kevin:
- Pull-request tagged with: freeze-break-request

3 years ago

+1 this looks fine to me

this looks fine to me +1

The code look correct, +1 from me (if that count)

rebased onto 150f53e

3 years ago

rebased onto 150f53e

3 years ago

Pull-Request has been merged by kevin

3 years ago