summaryrefslogtreecommitdiff
path: root/scripts/gen_local_rsa_key.pl
AgeCommit message (Collapse)Author
2017-02-08change ipsec newhostkey command with openssl commandKim Hagen
2014-08-09vyatta-op-vpn: prevent invalid rsa key file from being generatedAlex Harpin
If the command "generate vpn rsa-key" is aborted during key generation it leaves behind a temporary file. If the command is then executed again, this temporary file is appended to rather than being replaced, resulting in a key file with an extra : RSA { line at the beginning. This patch checks if this temporary file exists, deleting it if it does. Bug #262 http://bugzilla.vyos.net/show_bug.cgi?id=262
2011-05-04Fix Bug 7010 Update commands to save/retrieve files from /configMohit Mehta
* use shorter /config path when presenting configuration directory to users
2010-01-12fix show vpn commands to work with strongswanMohit Mehta
(cherry picked from commit 32927e013922e1a79b0f214773e2500a1260871a)
2010-01-12use correct path for ported newhostkey commandMohit Mehta
(cherry picked from commit dfe4041f35fdfc7d9909c297396cd40bcf3d2d21)
2008-12-02Merge branch 'jenner' of suva.vyatta.com:/git/vyatta-op-vpn into jennerStephen Hemminger
Conflicts: scripts/gen_local_rsa_key.pl
2008-12-01"vpn rsa-key generate" command broken - use new perl hierarchy.Stig Thormodsrud
2008-11-21Convert to Vyatta::Stephen Hemminger
2008-03-10update scripts from VPL1.0 to GPLv2Stephen Hemminger
2008-01-03Initial VPN op template migration.Marat Nepomnyashy