3 Myd-Data-Server Verify » 이력 » 개정판 2
개정판 1 (이름없음, 2023/07/25 07:52) → 개정판 2/4 (이름없음, 2023/07/25 07:54)
h1. 3 Myd-Data-Server Installation Verify
이전 페이지까지 진행하셨다면, 웹 브라우저에서 도메인을 검색해서 들어갑니다.
<pre>
https://도메인
</pre>
정상 설치가 되었다면 아래와 같은 화면이 표시됩니다.
!clipboard-202307251650-ld82x.png!
---
h2. 인증서 재발급 및 확인
인증서 재발급 명령어는 아래의 명령어를 참고해 주십시오.
<pre><code class="shell">
$ docker compose run --rm certbot renew
</code></pre>
인증서 확인 명령어는 아래의 명령어를 참고해 주십시오.
<pre><code class="shell">
$ docker compose run --rm certbot certificates
</code></pre>
---
다음 장으로 이동 [[4_Backup_and_Restore]]