Le mercredi 18 août 2021 à 14:32 +1000, raf a écrit : > > It would be great if certbot supported multiple simultaneous > certificates > for a domain, so that the next certificate could be ready in advance. > Then pre/post/deploy hooks could take care of everything fairly > easily. > But I might have to wait for debian-12 or debian-13 for that. :-)
not sure. When creating the new certificate did you try to add --duplicate to the command line ? In case of name conflict certboot will create a new directory ( ex smtp.example.com-0001 ) wherever it is needed. I just try it with a --test-cert only but I expect it to work with a real cert. from the doc --duplicate Allow making a certificate lineage that duplicates an existing one (both can be renewed in parallel) (default: False) It is certbot 0.31 on ubuntu bionic. -- Marcel de Riedmatten