aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/check-certificates.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/check-certificates.md b/doc/check-certificates.md
index e9a533f..186702c 100644
--- a/doc/check-certificates.md
+++ b/doc/check-certificates.md
@@ -70,6 +70,16 @@ startup is perfectly valid:
/system/scheduler/add name=check-certificates@startup on-event="/system/script/run check-certificates;" start-time=startup;
+### Initial import
+
+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/sign example.com;
+ /system/script/run check-certificates;
+
See also
--------