htwyqjj 发表于 2024-1-27 16:59:45

添加 ssl 解析一直失败

请大神帮忙看一下,为什么添加 ssl 一直失败

报错信息:

It will be processed automatically.
/usr/local/acme.sh/acme.sh
Starting create SSL Certificate use Let's Encrypt...
Using CA: https://acme.zerossl.com/v2/DV90
No EAB credentials found for ZeroSSL, let's get one
acme.sh is using ZeroSSL as default CA now.
Please update your account with an email address first.
acme.sh --register-account -m my@example.com
See: https://github.com/acmesh-official/acme.sh/wiki/ZeroSSL.com-CA
Please check log file for more details: /usr/local/acme.sh/acme.sh.log
Let's Encrypt SSL Certificate create failed!


logo 信息:

LE_WORKING_DIR='/usr/local/acme.sh'
Running cmd: issue
_main_domain='sjcstars.com'
_alt_domains='www.sjcstars.com'
Using config home:/usr/local/acme.sh
default_acme_server
ACME_DIRECTORY='https://acme.zerossl.com/v2/DV90'
_ACME_SERVER_HOST='acme.zerossl.com'
_ACME_SERVER_PATH='v2/DV90'
DOMAIN_PATH='/usr/local/nginx/conf/ssl/sjcstars.com_ecc'
'/home/wwwroot/sjcstars.com' does not contain 'dns'
Le_NextRenewTime
Using ACME_DIRECTORY: https://acme.zerossl.com/v2/DV90
_init api for server: https://acme.zerossl.com/v2/DV90
GET
url='https://acme.zerossl.com/v2/DV90'
timeout=
_CURL='curl --silent --dump-header /usr/local/acme.sh/http.header-L-g '
ret='0'
response='{
"newNonce": "https://acme.zerossl.com/v2/DV90/newNonce",
"newAccount": "https://acme.zerossl.com/v2/DV90/newAccount",
"newOrder": "https://acme.zerossl.com/v2/DV90/newOrder",
"revokeCert": "https://acme.zerossl.com/v2/DV90/revokeCert",
"keyChange": "https://acme.zerossl.com/v2/DV90/keyChange",
"meta": {
    "termsOfService": "https://secure.trust-provider.com/repository/docs/Legacy/20230516_Certificate_Subscriber_Agreement_v_2_6_click.pdf",
    "website": "https://zerossl.com",
    "caaIdentities": ["sectigo.com", "trust-provider.com", "usertrust.com", "comodoca.com", "comodo.com"],
    "externalAccountRequired": true
}
}'
ACME_KEY_CHANGE='https://acme.zerossl.com/v2/DV90/keyChange'
ACME_NEW_AUTHZ
ACME_NEW_ORDER='https://acme.zerossl.com/v2/DV90/newOrder'
ACME_NEW_ACCOUNT='https://acme.zerossl.com/v2/DV90/newAccount'
ACME_REVOKE_CERT='https://acme.zerossl.com/v2/DV90/revokeCert'
ACME_AGREEMENT='https://secure.trust-provider.com/repository/docs/Legacy/20230516_Certificate_Subscriber_Agreement_v_2_6_click.pdf'
ACME_NEW_NONCE='https://acme.zerossl.com/v2/DV90/newNonce'
Using CA: https://acme.zerossl.com/v2/DV90
_on_before_issue
_chk_main_domain='sjcstars.com'
_chk_alt_domains='www.sjcstars.com'
'/home/wwwroot/sjcstars.com' does not contain 'no'
Le_LocalAddress
d='sjcstars.com'
Check for domain='sjcstars.com'
_currentRoot='/home/wwwroot/sjcstars.com'
d='www.sjcstars.com'
Check for domain='www.sjcstars.com'
_currentRoot='/home/wwwroot/sjcstars.com'
d
'/home/wwwroot/sjcstars.com' does not contain 'apache'
config file is empty, can not read CA_KEY_HASH
_saved_account_key_hash
Using config home:/usr/local/acme.sh
ACME_DIRECTORY='https://acme.zerossl.com/v2/DV90'
_ACME_SERVER_HOST='acme.zerossl.com'
_ACME_SERVER_PATH='v2/DV90'
_init api for server: https://acme.zerossl.com/v2/DV90
EC key
config file is empty, can not read CA_EAB_KEY_ID
config file is empty, can not read CA_EAB_HMAC_KEY
config file is empty, can not read CA_EMAIL
No EAB credentials found for ZeroSSL, let's get one
acme.sh is using ZeroSSL as default CA now.
Please update your account with an email address first.
my@example.com
See: https://github.com/acmesh-official/acme.sh/wiki/ZeroSSL.com-CA
_on_issue_err
Please check log file for more details: /usr/local/acme.sh/acme.sh.log
_chk_vlist

明月登楼 发表于 2024-3-4 21:59:50

提示让你通过命令添加邮箱:
acme.sh --register-account -m my@example.com
页: [1]
查看完整版本: 添加 ssl 解析一直失败