Diff for /embedaddon/strongswan/README between versions 1.1.1.1 and 1.1.1.2

version 1.1.1.1, 2020/06/03 09:46:43 version 1.1.1.2, 2021/03/17 00:20:08
Line 570  RSA or ECDSA private key. For details, refer to the TP Line 570  RSA or ECDSA private key. For details, refer to the TP
 In a next step the command  In a next step the command
   
     pki --req --type priv --in moonKey.pem \      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                --san moon.strongswan.org --outform pem > moonReq.pem
   
 creates a PKCS#10 certificate request that has to be signed by the CA.  creates a PKCS#10 certificate request that has to be signed by the CA.

Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>