ght-acme.sh
ght-acme.sh copied to clipboard
pkey: Invalid format "perm" for -inform
there is a typo in the command used to extract the public key from the private account key (used by the register action):
240c240
< openssl pkey -inform perm -in "$1" -noout -text_pub > "$OPENSSL_OUT" 2> "$OPENSSL_ERR"
---
> openssl pkey -inform pem -in "$1" -noout -text_pub > "$OPENSSL_OUT" 2> "$OPENSSL_ERR"
You may want to try my fork, a lot of fix, and additional feature like DNS based domain verification. Unfortunately this repo isn't maintained since a while, but I am ready to take responsibility if the owner, gheift authorize me.