We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
对于foo.com.cn这样的域名正则表达式匹配可能有点问题,$(expr match "$CERTBOT_DOMAIN" '.*\.\(.*\..*\)') 只会匹配出 com.cn
foo.com.cn
$(expr match "$CERTBOT_DOMAIN" '.*\.\(.*\..*\)')
com.cn
The text was updated successfully, but these errors were encountered:
暂不支持此类域名,如有需要请自行修改脚本中的正则。
Sorry, something went wrong.
No branches or pull requests
对于
foo.com.cn
这样的域名正则表达式匹配可能有点问题,$(expr match "$CERTBOT_DOMAIN" '.*\.\(.*\..*\)')
只会匹配出com.cn
The text was updated successfully, but these errors were encountered: