We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d36f904 commit ab5fd31Copy full SHA for ab5fd31
.github/workflows/build.yml
@@ -111,6 +111,20 @@ jobs:
111
printf '%s\n' "$PKG_ORACLE_KEY" \
112
> pkg.oracle.com.key.pem
113
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
121
+ -noout -pubkey > cert.pub
122
123
+ -pubout > key.pub
124
+ diff -u cert.pub key.pub
125
126
+ rm cert.pub key.pub
127
128
- name: Build on Solaris
129
uses: vmactions/solaris-vm@v1.1.8
130
env:
0 commit comments