cerbot チェック

 鍵マークが付いているが、外部PC からウェブアクセス出来てない。

-------------------------------------------------------------------------------
[root@falcon21 ~]# certbot certificates
Saving debug log to /var/log/letsencrypt/letsencrypt.log
Attempting to parse the version 1.0.0 renewal configuration file found at /etc/letsencrypt/
renewal/falcon21.space-0001.conf with version 0.36.0 of Certbot. This might not work.
Attempting to parse the version 1.1.0 renewal configuration file found at /etc/letsencrypt/
renewal/falcon21.space.conf with version 0.36.0 of Certbot. This might not work.

/renewal/falcon21.space-0001.conf と/renewal/falcon21.space.conf は、機能しない。
 削除
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Found the following certs:
  Certificate Name: falcon21.space-0001
    Domains: falcon21.space
    Expiry Date: 2020-03-29 17:45:35+00:00 (VALID: 52 days)
    Certificate Path: /etc/letsencrypt/live/falcon21.space-0001/fullchain.pem
    Private Key Path: /etc/letsencrypt/live/falcon21.space-0001/privkey.pem
  Certificate Name: falcon21.space
    Domains: falcon21.space mail.falcon21.space
    Expiry Date: 2020-04-20 09:39:45+00:00 (VALID: 74 days)
    Certificate Path: /etc/letsencrypt/live/falcon21.space/fullchain.pem
    Private Key Path: /etc/letsencrypt/live/falcon21.space/privkey.pem
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

 webサーバー用   falcon21.space-0001 
[root@falcon21 ~]# vi /etc/httpd/conf.d/ssl.conf
    101 SSLCertificateFile /etc/letsencrypt/live/falcon21.space-0001/cert.pem
    109 SSLCertificateKeyFile /etc/letsencrypt/live/falcon21.space-0001/privkey.pem
    119 SSLCertificateChainFile /etc/letsencrypt/live/falcon21.space-0001/chain.pem


 mailサーバー用には falcon21.space  
[root@falcon21 ~]# vi /etc/dovecot/conf.d/10-ssl.conf
     16 ssl_cert = </etc/letsencrypt/live//falcon21.space/fullchain.pem
     17 ssl_key = </etc/letsencrypt/live/falcon21.space/privkey.pem


----------------------------------------------------------------------------------------
投票数:0 平均点:0.00

 
Back to Top