From 6ed67fa554b31ed4f5393e28118b762ac4d3c53c Mon Sep 17 00:00:00 2001 From: Lexi Winter Date: Tue, 3 Jun 2025 10:12:52 +0100 Subject: domains.conf.sample: add "*" example --- domains.conf.sample | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'domains.conf.sample') diff --git a/domains.conf.sample b/domains.conf.sample index dbcca4a..6dace98 100644 --- a/domains.conf.sample +++ b/domains.conf.sample @@ -32,6 +32,11 @@ # otherwise it is relative to $ACME_HOOKDIR. # This option may be given multiple times. +# A certificate name of "*" can be used to set the default options for any +# following certificates. For example, to use RSA (instead of the default +# ECDSA) for all certificates: +* type=rsa + # Issue a cert for example.org using the default options. # We don't provide any SANs, so the certificate name is used as the domain. example.org -- cgit v1.2.3