This generates a public/private keypair.
$ gpg --gen-key
$ gpg --list-secret-keys
| Binary Space Partitioning Window Manager = bspwm | |
| Youtube Video: https://youtu.be/ZbXQUOwcH08 | |
| bspwm install | |
| pacman packages: | |
| bspwm | |
| sxhkd |
These commands allow you to generate CSRs, Certificates, Private Keys and do other miscellaneous tasks.
openssl req -out CSR.csr -new -newkey rsa:2048 -nodes -keyout privateKey.key