Printer FriendlyEmail Article Link

Landslide: what is openssl commend to generate x509 Certificate file.

Environment/Versions
Landslide.
Openssl.
 
Answer
Test server openssl do support to generate Private, Public Key & x509 Certificate file, use below commend under ssworks path.

To Generate Private & Public Key.
​#generateRsaKeys --num xx(number of file) --size 1024 --private MyPrivateKeys.pem --public MyPublicKey.pem

To Generate x509 Certificate file.
​#generateX509Certificate --password yyy(password) --cacert cacert.pem --cakey caKey,pem --private MyPrivateKeys.pem --cout MyCert.epm

Product : Landslide Client,Landslide