From 92001d1e628d2199fe53dfaee078bbdcd01d326f Mon Sep 17 00:00:00 2001 From: =?utf8?q?=E5=88=98=E7=BE=A4?= <517067180@qq.com> Date: Mon, 12 Feb 2018 10:23:16 +0800 Subject: [PATCH] README: Fix typo in pki --req example Fix up one typo mistake in the example of "Generating a Host or User End Entity Certificate" Signed-off-by: Liu Qun (liuqun) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 979b0eb129..4eeccef0de 100644 --- a/README.md +++ b/README.md @@ -571,7 +571,7 @@ In a next step the command pki --req --type priv --in moonKey.pem \ --dn "C=CH, O=strongswan, CN=moon.strongswan.org \ - --san moon.strongswan.org -- outform pem > moonReq.pem + --san moon.strongswan.org --outform pem > moonReq.pem creates a PKCS#10 certificate request that has to be signed by the CA. Through the [multiple] use of the `--san` parameter any number of desired -- 2.47.2