#11 Export api-int cert, add it into the apache config in ansible
Closed 2 years ago by dkirwan. Opened 2 years ago by dkirwan.

Story Time

As a backend developer,
I want to export the internal api CA cert
So that I can update the Fedora Infra ansible Apache proxy config

Acceptance Criteria

  • api-int CA cert exported
  • Cert added to ansible
  • Cert is deployed to Apache

Background

Apache is terminating TLS, we need the CA cert, so that Apache can reencrypt traffic using the internal api's cert

URL=api-int.ocp.stg.fedoraproject.org:6443
openssl s_client -connect ${URL} -showcerts </dev/null 2>/dev/null|openssl x509 -outform PEM > api-int.pem

Metadata Update from @dkirwan:
- Issue assigned to dkirwan

2 years ago

Metadata Update from @dkirwan:
- Issue status updated to: Closed (was: Open)

2 years ago

Login to comment on this ticket.

Metadata
Boards 1
metrics-for-apps Status: Done