Sto semplicemente cercando di aggiungere il dominio test.example.com al certificato già esistente per example.com. Come posso aggiungere un dominio al mio certificato esistente e sostituire il vecchio certificato?Letsencrypt aggiunge dominio al certificato esistente
ho provato questi pochi comandi
./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
Risultato: sia creato un nuovo cert in una nuova cartella test.example.com-0001
./letsencrypt-auto certonly --renew-by-default --expand -d test.example.com
Risultato: Errore cartella test.example .com esiste già.
./letsencrypt-auto renew --expand -d orange.fidka.com
Risultato: errore, posso solo rinnovare se il mio certificato è scaduto.
Il comando è stato leggermente modificato in 'certbot-auto certonly -a webroot ...' – tsusanka
funziona per plugin standalone? – elaijuh
Quando uso quanto sopra, crea un nuovo certificato su se stesso, con un '-001' alla fine. – Rexford