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.
2 parents e757da7 + 9947764 commit 8b3d2f0Copy full SHA for 8b3d2f0
bin/v-add-letsencrypt-user
@@ -55,7 +55,7 @@ if [ ! -e "$key" ]; then
55
fi
56
57
# Defining key exponent
58
-exponent=$(openssl pkey -inform perm -in "$key" -noout -text_pub |\
+exponent=$(openssl pkey -inform pem -in "$key" -noout -text_pub |\
59
grep Exponent: |cut -f 2 -d '(' |cut -f 1 -d ')' |sed -e 's/x//' |\
60
xxd -r -p |encode_base64)
61
0 commit comments