- ประเด็นมีอยู่ว่า
- ลองพยายามมั่วทำ wildcard certificate ของ Let's Encrypt ด้วยคำสั่งประมาณนี้
$ sudo certbot certonly --cert-name example.com
$ sudo certbot certonly --cert-name www.example.com
$ sudo certbot certonly --cert-name *.example.com
- ที่นี้ตอน renew มันก็สร้าง Cer สำหรับ 3 คอนฟิกนี้เลย ซึ่งเราต้องการใช้แค่ cert-name ตัว root ตัวเดียวคือ example.com
- เราจะลบได้โดย
$ sudo certbot delete --cert-name www.example.com
$ sudo certbot delete --cert-name *.example.com
เพิ่มเติม
- เมื่อลบแล้วมีปัญหาตอน
sudo certbot renew --dry-run
- แล้วมันขึ้น error ว่าประมาณว่าไม่พบพาธเมื่อ excute /etc/apache2/site-available/example.com.conf
- แก้ปัญหาโดยแก้ไขคอนฟิกไฟล์นั้นเรื่องพาธให้ถูกต้องจบ
Ref
- https://certbot.eff.org/docs/using.html#changing-a-certificate-s-domains
No comments:
Post a Comment