From: Tobias Brunner Date: Wed, 28 Oct 2020 16:09:53 +0000 (+0100) Subject: README: Add missing closing quote X-Git-Tag: 5.9.1rc1~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=266e2dbbea838c8580347ec9764ca53bcc4bebcf;p=thirdparty%2Fstrongswan.git README: Add missing closing quote --- diff --git a/README.md b/README.md index a19caf37a7..151655fe68 100644 --- a/README.md +++ b/README.md @@ -570,7 +570,7 @@ RSA or ECDSA private key. For details, refer to the TPM 2.0 In a next step the command pki --req --type priv --in moonKey.pem \ - --dn "C=CH, O=strongswan, CN=moon.strongswan.org \ + --dn "C=CH, O=strongswan, CN=moon.strongswan.org" \ --san moon.strongswan.org --outform pem > moonReq.pem creates a PKCS#10 certificate request that has to be signed by the CA.