2
0
mirror of https://github.com/acmesh-official/acme.sh synced 2025-08-30 13:58:33 +00:00
This commit is contained in:
neilpang
2019-04-27 09:17:26 +08:00
parent e46b392a8d
commit a7420ca3d4

View File

@@ -1364,7 +1364,7 @@ createDomainKey() {
_info "The domain key is here: $(__green $CERT_KEY_PATH)"
return 0
else
_err "Can not domain key"
_err "Can not create domain key"
return 1
fi
else