Commit dfe1fba
authored
Update README.md
add the openssl key make method.
~~~shell
# get the private and public key with openssl
openssl genrsa -out private.key 2048
openssl rsa -in private.key -pubout > pubkey.key
# get private and pub key with ssh-keygen
ssh-keygen -t rsa -b 2048 -C "[email protected]"
openssl rsa -in id_rsa -pubout > id_rsa_pub.key
~~~1 parent bac0422 commit dfe1fba
1 file changed
+12
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
64 | 76 | | |
65 | 77 | | |
66 | 78 | | |
| |||
0 commit comments