For educational reasons I've decided to create my own CA. Here is what I learned.
Lets get some context first.
rsync (Everyone seems to like -z, but it is much slower for me)
| # /etc/network/interfaces | |
| # | |
| auto lo | |
| iface lo inet loopback | |
| # device: eth0 | |
| iface eth0 inet manual | |
| # IPv4 bridge | |
| # (connect ONLY your firewall/router KVM instance here, this is the WAN device!) |