TinCanTech
TinCanTech
On the General Tab: Startup: [X] Launch at startup [Drop down box] Start this profile This does not have to be a drop down box, it could be a manually...
If Windows is setup to auto-login with a specific user then it is possible that the user is logged in and the GUI is started before the Interactive service has...
Not expecting anything now ;-) just starting a thread for it. [Referenced here](https://github.com/OpenVPN/openvpn-gui/issues/209#issuecomment-360911599) by @selvanair
Working through: https://github.com/knorrie/network-examples/blob/master/birdhouse-intro/README.md Following _Cloning and configuring new containers_; The `container/config` uses: - `lxc.rootfs.path = overlay:/var/lib/lxc/birdbase/rootfs:/var/lib/lxc/weaver/delta0` However, this does not mount `/var/lib/lxc/weaver/rootfs` This causes later copied data to be omitted...
'shift 2' was moved above the parameter check in previous commit: 1d227736e404b805e84b8949aa238a240c4ad5eb Move it back to after the check and reword user output for clarity. Relates-to: #632 Signed-off-by: Richard T...
If verify_ca_init fails then the error message states that: 'serial is missing'. While this is true, it is not 'user friendly'. Reorder the checks so that if verify_ca_init fails then...
Discovery: https://github.com/OpenVPN/easy-rsa/issues/626#issuecomment-1208478100 While the invalid entries in `index.txt` caused an `illegal number` error, valid entries do not ?
This should be documented more clearly. See: https://github.com/OpenVPN/easy-rsa/issues/607#issuecomment-1208287489
For **true** certificate _renewal_ the original key MUST be used. I intend to **remake** Easy-RSA **_`renew`_**, as it _should have been done in the first place_. **`renew` sucks .. don't...
Example: - Delete `x509-types/COMMON` - Build a CA ``` $ easyrsa build-ca nopass * Using Easy-RSA configuration from: /home/tct/git/easy-rsa/test/installed/pki/vars * Using SSL: openssl OpenSSL 1.1.1f 31 Mar 2020 cat: /usr/share/easy-rsa/x509-types/COMMON:...