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.
1 parent 20cfc4a commit ce629e8Copy full SHA for ce629e8
acme.sh
@@ -2873,7 +2873,7 @@ _initpath() {
2873
2874
if _isEccKey "$_ilength"; then
2875
DOMAIN_PATH="$domainhomeecc"
2876
- elif [ -z "$__SELECTED_RSA_KEY" ]
+ elif [ -z "$__SELECTED_RSA_KEY" ]; then
2877
if [ ! -d "$domainhome" ] && [ -d "$domainhomeecc" ]; then
2878
_info "The domain '$domain' seems to have a ECC cert already, lets use ecc cert."
2879
0 commit comments