http://k3oxb4lrs7l3vt2lhy3w5ilrrqzeltdxjyne3t7sctmnyu3ypwpuszid.onion/strongswan6.html
Change the Distinguished Name (DN) details to fit your own requirements: pki --req --type priv --in /etc/swanctl/private/daveKey.pem --dn "C=CH, O=strongswan,
[email protected]" --san
[email protected] --outform pem > /etc/swanctl/req/daveReq.pem Issue the certificate with a validity of 2
years (730 days), using the CA's private key: pki --issue --cacert /etc/swanctl/x509ca/strongswanCert.pem --cakey /etc/swanctl/private/strongswanKey.pem --type pkcs10 --in /etc/swanctl/req/daveReq.pem...