mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2026-08-13 12:33:30 +02:00
fix ari
https://github.com/acmesh-official/acme.sh/issues/6942#issuecomment-4381535765
This commit is contained in:
parent
7985319687
commit
7b19070d98
1 changed files with 1 additions and 1 deletions
2
acme.sh
2
acme.sh
|
|
@ -6853,7 +6853,7 @@ deactivate() {
|
|||
#cert
|
||||
_getAKI() {
|
||||
_cert="$1"
|
||||
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 ':'
|
||||
}
|
||||
|
||||
#cert
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue