i am very new to web hosting and you can check my website https://www.potatino.com/,
it show error : NET::ERR_CERT_COMMON_NAME_INVALID
i am using digital-ocean
my certificates currently are: certificates
my mistake : actually i was force renewing the certificates by this command
certbot -d potatino.com,www.potatino.com,dev.potatino.com --force-renewal
and other command like this for force renewel
but it generates other two certificates
so anyone can say how to delete extra certificates safely?
my older certifacates worked but it was expired so i am renewing it as seen in this picture my old certificates
commonNameshould not be a hostname/FQDN, as these need to be specified in the SAN [subjectAltName] profile and browsers will generate errors if SAN profiles are not used. Do you want four separate certs, as all those can be combined into one cert using a SAN profile with additional DNS values sets [DNS.1,DNS.2, etc.] when generating the CSR to send to a public CA for signing (please see this answer for additional info). – JW0914 Mar 25 '22 at 12:47