・認証証明書の確認

認証証明書は /etc/letsencrypt/live にあるので確認

[root@centos]# ls -la /etc/letsencrypt/live
合計 4br> drwx------ 4 root root 71 12月 20 09:51 .
drwxr-xr-x 9 root root 108 12月 20 09:51 ..
-rw-r--r-- 1 root root 740 12月 17 09:48 README
drwxr-xr-x 2 root root 93 12月 20 09:51 sub.papa-net.com>
drwxr-xr-x 2 root root 93 12月 17 09:48 www.papa-net.com>

メインとサブドメインの証明書フォルダーがあることが確認できたので各々の中を確認
まずはメインドメイン

[root@centos]# ls -la /etc/letsencrypt/live

合計 4
drwxr-xr-x 2 root root 93 12月 20 09:51 .
drwx------ 4 root root 71 12月 20 09:51 ..
-rw-r--r-- 1 root root 692 12月 20 09:51 README
lrwxrwxrwx 1 root root 42 12月 20 09:51 cert.pem -> ../../archive/www.papa-net.info/cert1.pem
lrwxrwxrwx 1 root root 43 12月 20 09:51 chain.pem -> ../../archive/www.papa-net.info/chain1.pem
lrwxrwxrwx 1 root root 47 12月 20 09:51 fullchain.pem -> ../../archive/www.papa-net.info/fullchain1.pem
lrwxrwxrwx 1 root root 45 12月 20 09:51 privkey.pem -> ../../archive/www.papa-net.info/privkey1.pem

メインドメインの証明書確認できたので場所をメモしておく
Cert : /etc/letsencrypt/live/sub.papa-net.info/cert1.pem
Chain : /etc/letsencrypt/live/sub.papa-net.info/chain1.pem
Privkey : /etc/letsencrypt/live/sub.papa-net.info/fullchain.pem
Fullchain : /etc/letsencrypt/live/sub.papa-net.info/privkey.pem
サブドメインも同様に実行