Name | Date | Size | ||
---|---|---|---|---|
.. | 25-Oct-2024 | 4 KiB | ||
README.md | H A D | 25-Oct-2024 | 171 |
README.md
1make the private key: 2 openssl genrsa -out test_priv.pem 2048 3 4make the public key according to private key: 5 openssl rsa -pubout -in test_priv.pem -out test_pub.pem