Skip to content

Commit ab5fd31

Browse files
Debug oracle key and cert issues
1 parent d36f904 commit ab5fd31

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/build.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,20 @@ jobs:
111111
printf '%s\n' "$PKG_ORACLE_KEY" \
112112
> pkg.oracle.com.key.pem
113113
114+
openssl x509 -in pkg.oracle.com.certificate.pem \
115+
-noout -subject -issuer -dates
116+
117+
openssl pkey -in pkg.oracle.com.key.pem \
118+
-check -noout
119+
120+
openssl x509 -in pkg.oracle.com.certificate.pem \
121+
-noout -pubkey > cert.pub
122+
openssl pkey -in pkg.oracle.com.key.pem \
123+
-pubout > key.pub
124+
diff -u cert.pub key.pub
125+
126+
rm cert.pub key.pub
127+
114128
- name: Build on Solaris
115129
uses: vmactions/solaris-vm@v1.1.8
116130
env:

0 commit comments

Comments
 (0)