Creating a secondary account preserving the first account

Hi,
I have created my first LE account using certbot for my domain(lets say example.com). Now I need to create a second LE account using the same domain, example.com. If I use certbot commands to create this new account, will my previous account's credentials get invalidated?

Thanks
FG

Certbot, for the most part, supports using a single account per ACME server, on a single machine. If you have an account registered with https://acme-v02.api.letsencrypt.org/directory, it won't let you register another one (without deactivating the first one anyway).

You are free however, to use a mix of different ACME servers. So you could request one certificate from https://acme-v02.api.letsencrypt.org/directory, a different one from https://api.buypass.com/acme/directory and yet another one from https://acme.zerossl.com/v2/DV90. This will work just fine. Each certificate will renew using its respective server and ACME account.

If that doesn't answer your question, it might help to let us know why you want to use different ACME accounts in the first place.

Also, it's totally fine to have two Certbot installations, using different ACME accounts, on different machines, for the same domain example.com.

Creating certificate from a new account, won't affect the certificates from the previous account(s).

It should be possible, I've gotten multiple accounts on the staging server at some time.

Probably something like registering account A, move the account folder to a backup location, register account B, restore the backed up folder of account A.

Certbot certainly has the capabilities for choosing an account on the command line when it detects multiple.

@forestgump I'm curious: why 2 accounts for the same hostname?

@_az @Osiris We have an account with higher rate limit than a normal account. We have used our domain(example.com) to create this account in (lets say in server01) but now its been used with some other cloud applications, not in the system that we used to create the account. Now we are looking forward to get a secondary normal account and needed to know whether we can use the same domain(example.com) in same server(server01) to create this secondary account.

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