Browse Source

Merge pull request #28 from dbrgn/doc-cert-identification

Document how certificates are identified
pull/31/head
Rodolphe Bréard 5 years ago
committed by GitHub
parent
commit
c09a860590
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      man/en/acmed.toml.5

2
man/en/acmed.toml.5

@ -158,6 +158,8 @@ The email address used to contact the account's holder.
.El .El
.It Ic certificate .It Ic certificate
Array of table representing a certificate that will be requested to a CA. 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 .Bl -tag
.It Ic account Ar string .It Ic account Ar string
Name of the account to use. Name of the account to use.

Loading…
Cancel
Save