https://linux-svr.com/tips/SSL%E8%A8%BC%E6%98%8E%E6%9B%B8/25.php
上記に有用な記事を見つけたが、
コメント欄がないため。ここで記事にすることにした。
上記記事ののエラーの対処方法ですが、
実体はarchive に、これに live からリンクを張るのであれば、
# su -
cd /etc/letsencrypt/archive/example.com/ # archiveに移動するになっているが、
# cd /etc/letsencrypt/live/xxxx.com/ に移動した後、
# ln -s /etc/letsencrypt/archive/xxxx.com/cert1.pem cert.pem
---
となるはず。
原本を確かめたところ
ls -al /etc/letsencrypt/live/xxxx.com
total 12
drwxr-xr-x 2 root root 4096 Jun 2 12:58 .
drwx------ 4 root root 4096 Jun 24 13:13 ..
lrwxrwxrwx 1 root root 44 Jun 2 12:58 cert.pem -> ../../archive/xxxx.com/cert1.pem
lrwxrwxrwx 1 root root 45 Jun 2 12:58 chain.pem -> ../../archive/xxxx.com/chain1.pem
lrwxrwxrwx 1 root root 49 Jun 2 12:58 fullchain.pem -> ../../archive/xxxx.com/fullchain1.pem
lrwxrwxrwx 1 root root 47 Jun 2 12:58 privkey.pem -> ../../archive/xxxx.com/privkey1.pem
-rw-r--r-- 1 root root 692 Mar 26 2023 README
Comments powered by CComment