We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aba2583 commit 598d77fCopy full SHA for 598d77f
1 file changed
acme.sh
@@ -6853,7 +6853,7 @@ deactivate() {
6853
#cert
6854
_getAKI() {
6855
_cert="$1"
6856
- openssl x509 -in "$_cert" -text -noout | grep "X509v3 Authority Key Identifier" -A 1 | _tail_n 1 | tr -d ' :'
+ openssl x509 -in "$_cert" -text -noout | grep "X509v3 Authority Key Identifier" -A 1 | _tail_n 1 | _egrep_o "[A-F0-9:]+" | tr -d ':'
6857
}
6858
6859
0 commit comments