From 59514348ec70163dfd5dab17d589c94f2c74b7d9 Mon Sep 17 00:00:00 2001 From: Andrew Cady Date: Sat, 9 Oct 2021 20:13:18 -0400 Subject: fixup! implement options --- cryptonomic-vpn | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/cryptonomic-vpn b/cryptonomic-vpn index 3add26d..02a8a14 100755 --- a/cryptonomic-vpn +++ b/cryptonomic-vpn @@ -231,11 +231,12 @@ openssl() write_public_key() { - openssl rsa -in "$1" -outform DER + openssl rsa -in "$1" -outform DER -pubout } + write_private_key() { - openssl rsa -in "$1" -outform DER -pubout + openssl rsa -in "$1" -outform DER } write_remote_key() -- cgit v1.2.3