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) <qunliu@zyhx-group.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user