ght-acme.sh icon indicating copy to clipboard operation
ght-acme.sh copied to clipboard

pkey: Invalid format "perm" for -inform

Open kowloon12 opened this issue 8 years ago • 1 comments

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"

kowloon12 avatar Jul 06 '17 10:07 kowloon12

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.

bruncsak avatar Jul 06 '17 13:07 bruncsak