Sadece etki alanını test.example.com
zaten var olan sertifikaya eklemeye çalışıyorum example.com
. Mevcut sertifikama nasıl etki alanı eklerim ve eski sertifikayı değiştiririm?
Bu birkaç komutu denedim
./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
Sonuç: her ikisi de yeni bir klasörde yepyeni bir sertifika oluşturdu test.example.com-0001
./letsencrypt-auto certonly --renew-by-default --expand -d test.example.com
Sonuç: test.example.com hata klasörü zaten var.
./letsencrypt-auto renew --expand -d orange.fidka.com
Sonuç: hata, yalnızca sertifikamın süresi dolduğunda yenileyebilirim.
certbot --expand
Bu sorunun sorduğu şeye daha yakın olanı kullanıyor