doc/check-certificates: create example certificate with SAN

This commit is contained in:
Christian Hesse 2026-03-12 11:05:24 +01:00
parent 538071631d
commit 491189ece4

View file

@ -85,7 +85,7 @@ Given you have a certificate on you server, you can use `check-certificates`
for the initial import. Just create a *dummy* certificate with short lifetime
that matches criteria to be renewed:
/certificate/add name=example.com common-name=example.com days-valid=1;
/certificate/add name="example.com" common-name="example.com" subject-alt-name="DNS:example.com" days-valid=1;
/certificate/sign example.com;
/system/script/run check-certificates;