Skip to content

Commit a7eed4d

Browse files
committed
debug
1 parent 20021e6 commit a7eed4d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/jobs/baseinstall.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ for service in nginx php${PHPVERSION}-fpm; do
101101
service "$service" restart
102102
service "$service" status
103103
done
104+
echo | openssl s_client -servername localhost -connect localhost:443 2>/dev/null | openssl x509 -noout -text
104105
section_end
105106

106107
if [ "${db}" = "install" ]; then

0 commit comments

Comments
 (0)