typo
This commit is contained in:
parent
83d15f9436
commit
5eaede5ca8
@ -11,7 +11,7 @@ TLS_CHAIN=/acme/cert/chain.pem
|
|||||||
[ ! -f "$TLS_CHAIN" ] && exit 1
|
[ ! -f "$TLS_CHAIN" ] && exit 1
|
||||||
|
|
||||||
############ CHECK CERT KEY ALGO
|
############ CHECK CERT KEY ALGO
|
||||||
ALGO=$(openssl x509 -in "$TLS_CERT"-text | sed -n 's/\ *Public Key Algorithm: //p' | tr '\n')
|
ALGO=$(openssl x509 -in "$TLS_CERT" -text | sed -n 's/\ *Public Key Algorithm: //p' | tr '\n')
|
||||||
|
|
||||||
############ UPDATE cert config if needed
|
############ UPDATE cert config if needed
|
||||||
if [ "$ALGO" = "id-ecPublicKey" ] ; then
|
if [ "$ALGO" = "id-ecPublicKey" ] ; then
|
||||||
|
@ -11,7 +11,7 @@ TLS_CHAIN=/acme/cert/chain.pem
|
|||||||
[ ! -f "$TLS_CHAIN" ] && exit 1
|
[ ! -f "$TLS_CHAIN" ] && exit 1
|
||||||
|
|
||||||
############ CHECK CERT KEY ALGO
|
############ CHECK CERT KEY ALGO
|
||||||
ALGO=$(openssl x509 -in "$TLS_CERT"-text | sed -n 's/\ *Public Key Algorithm: //p' | tr '\n')
|
ALGO=$(openssl x509 -in "$TLS_CERT" -text | sed -n 's/\ *Public Key Algorithm: //p' | tr '\n')
|
||||||
|
|
||||||
############ UPDATE cert config if needed
|
############ UPDATE cert config if needed
|
||||||
if [ "$ALGO" = "id-ecPublicKey" ] ; then
|
if [ "$ALGO" = "id-ecPublicKey" ] ; then
|
||||||
|
Loading…
Reference in New Issue
Block a user