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 |