- 积分
- 78
- 威望
-
- 金钱
-
- 注册时间
- 2015-5-17
- 在线时间
- 小时
- 最后登录
- 1970-1-1
|
帮忙看下是哪个地方出问题
- [root@localhost 隐藏]# export Ali_Key="隐藏"
- [root@localhost 隐藏]# export Ali_Secret="隐藏"
- [root@localhost 隐藏]# lnmp onlyssl ali
- +-------------------------------------------+
- | Manager for LNMP, Written by Licess |
- +-------------------------------------------+
- | https://lnmp.org |
- +-------------------------------------------+
- /usr/local/acme.sh/acme.sh [found]
- Please enter domain(example: lnmp.org): 隐藏
- Your domain: 隐藏
- Enter more domain name(example: *.lnmp.org):
- Removing exist domain certificate...
- Starting create SSL Certificate use Let's Encrypt...
- [Sun Sep 6 15:58:38 CST 2020] Using CA: https://acme-v02.api.letsencrypt.org/directory
- [Sun Sep 6 15:58:38 CST 2020] Creating domain key
- [Sun Sep 6 15:58:39 CST 2020] The domain key is here: /usr/local/nginx/conf/ssl/隐藏/隐藏.key
- [Sun Sep 6 15:58:39 CST 2020] Single domain='隐藏'
- [Sun Sep 6 15:58:39 CST 2020] Getting domain auth token for each domain
- [Sun Sep 6 15:58:55 CST 2020] Getting webroot for domain='隐藏'
- [Sun Sep 6 15:58:55 CST 2020] 隐藏 is already verified, skip dns-01.
- [Sun Sep 6 15:58:55 CST 2020] Verify finished, start to sign.
- [Sun Sep 6 15:58:55 CST 2020] Lets finalize the order.
- [Sun Sep 6 15:58:55 CST 2020] Le_OrderFinalize='https://acme-v02.api.letsencrypt.org/acme/finalize/95739796/5046932167'
- [Sun Sep 6 15:59:01 CST 2020] Downloading cert.
- [Sun Sep 6 15:59:01 CST 2020] Le_LinkCert='https://acme-v02.api.letsencrypt.org/acme/cert/0465f28b5cec3dc559c5b3186e4146c2799b'
- [Sun Sep 6 15:59:07 CST 2020] Cert success.
- [Sun Sep 6 15:59:07 CST 2020] Your cert is in /usr/local/nginx/conf/ssl/隐藏/隐藏.cer
- [Sun Sep 6 15:59:07 CST 2020] Your cert key is in /usr/local/nginx/conf/ssl/隐藏/隐藏.key
- [Sun Sep 6 15:59:07 CST 2020] The intermediate CA cert is in /usr/local/nginx/conf/ssl/隐藏/ca.cer
- [Sun Sep 6 15:59:07 CST 2020] And the full chain certs is there: /usr/local/nginx/conf/ssl/隐藏/fullchain.cer
- [Sun Sep 6 15:59:07 CST 2020] Run reload cmd: /etc/init.d/nginx reload
- Reload nginx... done
- [Sun Sep 6 15:59:07 CST 2020] Reload success
- ------------------ SSL Certificate information as follows ------------------
- | Domain: 隐藏
- | SSL Certificate: /usr/local/nginx/conf/ssl/隐藏/fullchain.cer
- | SSL Certificate Key: /usr/local/nginx/conf/ssl/隐藏/隐藏.key
- ------------------------------------ ---------------------------------------
- Let's Encrypt SSL Certificate create successfully.
- [root@localhost 隐藏]# ss -ntl
- State Recv-Q Send-Q Local Address:Port Peer Address:Port
- LISTEN 0 128 0.0.0.0:111 0.0.0.0:*
- LISTEN 0 128 0.0.0.0:80 0.0.0.0:*
- LISTEN 0 128 0.0.0.0:80 0.0.0.0:*
- LISTEN 0 128 0.0.0.0:22 0.0.0.0:*
- LISTEN 0 128 0.0.0.0:443 0.0.0.0:*
- LISTEN 0 128 *:3306 *:*
- LISTEN 0 128 [::]:111 [::]:*
- LISTEN 0 128 [::]:22 [::]:*
复制代码
下面是/usr/local/nginx/conf/vhost的配置文件
顶顶顶
|
|