diff options
Diffstat (limited to 'local/bin/usbkey')
-rwxr-xr-x | local/bin/usbkey | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/local/bin/usbkey b/local/bin/usbkey index 7e89dea..e6cc42e 100755 --- a/local/bin/usbkey +++ b/local/bin/usbkey @@ -134,7 +134,7 @@ op_ssh_import() { } # Note OpenVPN: CA generated using following command -# openssl req -nodes -new -x509 -keyout ca.key -out ca.crt -config openssl.cnf +# openssl req -nodes -new -x509 -days 3650 -keyout ca.key -out ca.crt -config openssl.cnf op_openvpn_list() { check_mount || op_mount |