Add certificates for more websites

Please fill out the fields below so we can help you better. Note: you must provide your domain name to get help. Domain names for issued certificates are all made public in Certificate Transparency logs (e.g. crt.sh | example.com), so withholding your domain name here does not increase secrecy, but only makes it harder for us to provide help.

My domain is: https://app.mindmapmaker.org

I ran this command:

It produced this output:

My web server is (include version): Nginx

The operating system my web server runs on is (include version):Centos 9 stream

My hosting provider, if applicable, is: Digital Ocean

I can login to a root shell on my machine (yes or no, or I don't know): Yes

I'm using a control panel to manage my site (no, or provide the name and version of the control panel): No

The version of my client is (e.g. output of certbot --version or certbot-auto --version if you're using Certbot): 2.10.0

My question is I have added 4 websites for my existing Letsencrypt certificate. They are https://app.mindmapmaker.org and https://mindmapmaker.org and their www version.

  1. How can I add more certificates to website? What is the command? I want certificate only.
  2. How can I delete a particular website from existing certificate. Suppose, I want to delete only the domain, https://app.mindmapmaker.org/

Thanks

1 Like

Depends on how you got the certificate in the first place. I see you're using Certbot and usually you simply use the same command as with the previous command, including the previous hostnames, add --expand and add the to-be-added hostnames.

Thanks for your reply. I see use --expand command to add more websites.

Similarly, how can I delete a particular websites from the existing certificate?

Thanks.

1 Like

Don't include it in the command.

Certbot unfortunately doesn't have a simple certificate management workflow where you can use specific commands to add and/or remove specific hostnames from certain already installed certificates :frowning:

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.