ฉันกำลังเพียงแค่พยายามที่จะเพิ่มโดเมนกับใบรับรองที่มีอยู่แล้วสำหรับtest.example.com
example.com
ฉันจะเพิ่มโดเมนในใบรับรองที่มีอยู่และแทนที่ใบรับรองเก่าได้อย่างไร
ฉันได้ลองใช้คำสั่งเหล่านี้แล้ว
./letsencrypt-auto certonly --cert-path /etc/letsencrypt/archive/example.com --expand -d test.example.com
./letsencrypt-auto certonly -d example.com --expand -d test.example.com
ผลลัพธ์: ทั้งคู่สร้างใบรับรองใหม่ล่าสุดในโฟลเดอร์ใหม่ test.example.com-0001
./letsencrypt-auto certonly --renew-by-default --expand -d test.example.com
ผลลัพธ์: มีโฟลเดอร์ error test.example.com อยู่แล้ว
./letsencrypt-auto renew --expand -d orange.fidka.com
ผลลัพธ์: ข้อผิดพลาดฉันสามารถต่ออายุได้ก็ต่อเมื่อใบรับรองของฉันหมดอายุ
certbot --expand
ซึ่งใกล้เคียงกับคำถามนี้ที่ถาม imo