만드는 방법 하위 도메인에 자체 서명 된 인증서를 암호화 하시겠습니까?만드는 방법 하위 도메인의 자체 서명 된 인증서 만 암호화 하시겠습니까? (게시물의 오류)
구체적으로 :
sub.domain.com
는
the following instructions 다음, 나는 얻을
domain.com
(아무것도 가리 키지 않는) (IP 주소에 인증서 및 포인트 필요) 다음 오류 : >>> sudo -H ./letsencrypt-auto certonly --standalone -d sub.domain.com --register-unsafely-without-email
Saving debug log to /var/log/letsencrypt/letsencrypt.log
Plugins selected: Authenticator standalone, Installer None
Obtaining a new certificate
Performing the following challenges:
tls-sni-01 challenge for sub.domain.com
Waiting for verification...
Cleaning up challenges
Failed authorization procedure. sub.domain.com (tls-sni-01): urn:acme:error:connection :: The server could not connect to the client to verify the domain :: Timeout
IMPORTANT NOTES:
- The following errors were reported by the server:
Domain: sub.domain.com
Type: connection
Detail: Timeout
To fix these errors, please make sure that your domain name was
entered correctly and the DNS A/AAAA record(s) for that domain
contain(s) the right IP address. Additionally, please check that
your computer has a publicly routable IP address and that no
firewalls are preventing the server from communicating with the
client. If you're using the webroot plugin, you should also verify
that you are serving files from the webroot path you provided.
설치하려는 서버에서 명령을 실행하고 있습니까? – jrtapsell
@jrtapsell 아니, 그게 내 문제였다. 대답을 게시하면 받아 들일거야. – GNettlefold