fixed: Typo of NotBefore

Bruce Lam
2022-07-08 12:05:38 +08:00
parent d61f818e10
commit e26bb2f337

@@ -5,7 +5,7 @@ And some of the CAs supported this feature. (The Letsencrypt CA doesn't support
There are 2 command options to use:
1. The `--valid-to <date time>` option, which is for `NotAfter` field.
2. The `--valid-from <date time>` option, which is for `NotBeofre` field.
2. The `--valid-from <date time>` option, which is for `NotBefore` field.