diff options
author | Karel Kočí <karel.koci@nic.cz> | 2017-10-19 12:15:57 +0200 |
---|---|---|
committer | Karel Kočí <karel.koci@nic.cz> | 2017-10-19 12:15:57 +0200 |
commit | 8b055c6e83f619f3eab61f18ae6743874a99927d (patch) | |
tree | a57a14bb88374f12fa38f183718091a92a57fc20 /local/bin | |
parent | c6cc9f526eaf1ab3f676d37c4f11dc013bdcde2a (diff) | |
download | myconfigs-8b055c6e83f619f3eab61f18ae6743874a99927d.tar.gz myconfigs-8b055c6e83f619f3eab61f18ae6743874a99927d.tar.bz2 myconfigs-8b055c6e83f619f3eab61f18ae6743874a99927d.zip |
Tiny but important change in usbkey
Diffstat (limited to 'local/bin')
-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 |