From e26bb2f337a08e95ab469ef4a7ec5e88b66744e5 Mon Sep 17 00:00:00 2001 From: Bruce Lam Date: Fri, 8 Jul 2022 12:05:38 +0800 Subject: [PATCH] fixed: Typo of `NotBefore` --- Validity.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Validity.md b/Validity.md index b8f1566..316c96d 100644 --- a/Validity.md +++ b/Validity.md @@ -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 ` option, which is for `NotAfter` field. -2. The `--valid-from ` option, which is for `NotBeofre` field. +2. The `--valid-from ` option, which is for `NotBefore` field.