Create GnuPG and OpenSSH keys; usage notes.
[crypto-install.git] / README.md
1 crypto-install.py
2
3 # USAGE
4
5 Run the script to install a baseline setup for both GnuPG and OpenSSH.
6
7 Existing files are detected and not touched in the process, so running
8 it is always safe to do.
9
10 # INSTALLATION
11
12 Until I set up a better routine:
13
14     git clone https://github.com/Ferada/crypto-install.git
15     # or
16     git clone git@github.com:Ferada/crypto-install.git
17
18     cd crypto-install
19     make
20     cp build/crypto-install.py ~/bin # or wherever
21
22 Simply copy the built file into your path and possibly ensure execution
23 permissions.