Skip to content

Commit 7c13d37

Browse files
Revert "Merge pull request #599 from EastAgile/chore/add-ca-for-sectigo-ssl-authority"
This reverts commit 482dca8efa1e56ac072f0f3611a733748d2c7e06, reversing changes made to a3e1356651513123d278660151269cdf13a7ff0e.
1 parent c689c74 commit 7c13d37

File tree

7 files changed

+0
-35
lines changed

7 files changed

+0
-35
lines changed

.circleci/config.yml

-4
Original file line numberDiff line numberDiff line change
@@ -272,10 +272,6 @@ jobs:
272272
- run:
273273
name: Check API is still alive
274274
command: |
275-
export SSL_DIR=$(openssl version -d | sed -E 's/.*\"(.*)\"$/\1/')
276-
cp .circleci/extra_certs.pem $SSL_DIR/certs/extra_certs.pem
277-
c_rehash $SSL_DIR/certs
278-
279275
if [ $CIRCLE_BRANCH == "master" ]
280276
then
281277
export DOMAIN=api.cpdp.co

.circleci/extra_certs.pem.secret

-3.94 KB
Binary file not shown.

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ kubernetes/secrets-production.yml
7171
staging-pg-credentials.json
7272
beta-pg-credentials.json
7373
pg-credentials.json
74-
.circleci/extra_certs.pem
7574

7675
# XLSX and CSV temporary files
7776
/*.csv

.gitsecret/paths/mapping.cfg

-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,5 @@ staging.env:
33
kubernetes/secrets-production.yml:
44
kubernetes/secrets-staging.yml:
55
pg-credentials.json:
6-
.circleci/extra_certs.pem:
76
beta.env:
87
kubernetes/secrets-beta.yml:

README.md

-4
Original file line numberDiff line numberDiff line change
@@ -128,10 +128,6 @@ A Lambda function package should at least contain these files:
128128

129129
- [Detail](docs/setup-ssl-certificates.md)
130130

131-
# Troubleshooting
132-
133-
- [Adding CA public key to google-cloud-sdk image for API healthcheck](docs/api-healthcheck.md)
134-
135131
# Miscelaneous
136132

137133
- [API standards](docs/api-standards.md)

docker/google-cloud-sdk/Dockerfile

-4
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,3 @@ FROM google/cloud-sdk
22

33
RUN echo "deb https://dl.bintray.com/sobolevn/deb git-secret main" | tee -a /etc/apt/sources.list && \
44
curl https://api.bintray.com/users/sobolevn/keys/gpg/public.key | apt-key add -
5-
6-
RUN apt-get update
7-
8-
RUN apt-get install gawk git-secret gettext-base -y

docs/api-healthcheck.md

-21
This file was deleted.

0 commit comments

Comments
 (0)