From 70d013254ffee353693ebfcfff80850a02e505dd Mon Sep 17 00:00:00 2001 From: Danilo Bargen Date: Fri, 29 May 2020 01:38:56 +0200 Subject: [PATCH] Document how certificates are identified --- man/en/acmed.toml.5 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/man/en/acmed.toml.5 b/man/en/acmed.toml.5 index 6ab9438..c6d5cb3 100644 --- a/man/en/acmed.toml.5 +++ b/man/en/acmed.toml.5 @@ -158,6 +158,8 @@ The email address used to contact the account's holder. .El .It Ic certificate Array of table representing a certificate that will be requested to a CA. +.Pp +Note that certificates are identified by the first domain in the list of domains. That means that if you reorder the domains so that a different domain is at the first position, a new certificate with a new name will be issued. .Bl -tag .It Ic account Ar string Name of the account to use.