From 49a7f2da8fd57d0e3716f884b41661c55b3ed115 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Tue, 29 Oct 2019 04:40:59 -0600 Subject: [PATCH] servernames -> altnames --- MIGRATION_GUIDE_V2_V3.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MIGRATION_GUIDE_V2_V3.md b/MIGRATION_GUIDE_V2_V3.md index 08ca340..b1673c8 100644 --- a/MIGRATION_GUIDE_V2_V3.md +++ b/MIGRATION_GUIDE_V2_V3.md @@ -140,7 +140,7 @@ Options: | Option | Description | | ------------- | -------------------------------------------------------------------------- | -| `servernames` | only check and renew certs matching these servernames | +| `altnames` | only check and renew certs matching these altnames (including wildcards) | | `renewBefore` | only check and renew certs marked for renewal before the given date, in ms | | `duplicate` | renew certificates regardless of timing | | `force` | allow silly things, like tiny `renewOffset`s |