Removing Subdomains From A Let’s Encrypt Certificate

# Make a backup just in case.
sudo cp -r /etc/letsencrypt /etc/_letsencrypt

# Remove the old certificate information.
sudo rm -r /etc/letsencrypt/archive/domain.tld
sudo rm -r /etc/letsencrypt/live/domain.tld
sudo rm /etc/letsencrypt/renewal/domain.tld.conf

# Generate a new certificate with the subdomains you want.
sudo /opt/letsencrypt/certbot-auto certonly --webroot -w /path/to/my/app -d 'domain.tld,www.domain.tld'

# Reload Nginx.
sudo service nginx reload

imagex

para saber a imagem a aplicar e depois executar o comando substituindo o último asterico pela imagem pretendida:
D:\HDDRecovery\ODDFiles\Tools\imagex /ref D:\HDDRecovery\SWImg\10813XSP*.swm /apply D:\HDDRecovery\SWImg\10813XSP.swm * C:\

Subscrever