Skip to content
This repository has been archived by the owner on Mar 8, 2024. It is now read-only.

Commit

Permalink
chore: output tls.cert expiration date
Browse files Browse the repository at this point in the history
  • Loading branch information
ldgriswold committed Jan 5, 2024
1 parent 57d8264 commit 870f6dc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,8 @@ _test-mission-app-up: #_# On the test server, build and deploy the mission app

.PHONY: _test-mission-app-test
_test-mission-app-test: #_# On the test server, run the mission app tests
echo "Testing mission app:"; \
echo " tls.cert valid until: $(shell openssl x509 -enddate -noout -in tls.cert)"; \
REGION=$$(cd test/iac && terraform output -raw region); \
SERVER_ID=$$(cd test/iac && terraform output -raw server_id); \
aws ssm start-session \
Expand Down

0 comments on commit 870f6dc

Please sign in to comment.