Age | Commit message (Collapse) | Author |
|
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
|
|
* use shorter /config path when presenting configuration directory to users
|
|
(cherry picked from commit 32927e013922e1a79b0f214773e2500a1260871a)
|
|
(cherry picked from commit dfe4041f35fdfc7d9909c297396cd40bcf3d2d21)
|
|
Conflicts:
scripts/gen_local_rsa_key.pl
|
|
|
|
|
|
|
|
|