0
내가 Letsencrypt와 설정에 SSL 인증서를 시도하고를에 암호화를 수 있습니다하지만 난 실행하면설정 SSL은 RHEL
그것은 내 도메인 이름과 같은./letsencrypt-auto --apache -d industriemedia.tv
를 찾을 수 없습니다 :
[[email protected] letsencrypt]# ./letsencrypt-auto --apache -d industriemedia.tv
Saving debug log to /var/log/letsencrypt/letsencrypt.log
Obtaining a new certificate
Performing the following challenges:
tls-sni-01 challenge for industriemedia.tv
We were unable to find a vhost with a ServerName or Address of industriemedia.tv.
Which virtual host would you like to choose?
(note: conf files with multiple vhosts are not yet supported)
-------------------------------------------------------------------------------
1: ssl.conf | | HTTPS | Enabled
-------------------------------------------------------------------------------
하지만 난
<VirtualHost *:80>
ServerName www.industriemedia.tv
ServerAlias industriemedia.tv *.industriemedia.tv
DocumentRoot /var/www/html/
</VirtualHost>
'./letsencrypt-auto --apache -d www.industriemedia.tv'을 사용해 보셨습니까? –