summaryrefslogtreecommitdiff
path: root/scripts/vyatta-gen-x509-keypair.in
AgeCommit message (Collapse)Author
2023-08-29T3577: Fix permissions and template path for x509 vpn key-pairViacheslav Hletenko
Current permission is not executable $ ls -la /opt/vyatta/sbin//vyatta-gen-x509-keypair -rw-r--r-- 1 root root 345 May 11 2016 /opt/vyatta/sbin//vyatta-gen-x509-keypair Fix template path $ sudo /opt/vyatta/sbin//vyatta-gen-x509-keypair foo Can't open /etc/key-pair.template for reading, No such file or directory Expected path '/opt/vyatta/etc/key-pair.template'
2016-05-11vyatta-op-vpn (0.15.0+vyos2+current2+nmu1) UNRELEASED; urgency=lowC.J. Collier
* Non-maintainer upload. * address lintian issues - script-not-executable: removed #!/usr/bin/perl from .pm files - debhelper-but-no-misc-depends: added ${misc:Depends} to Depends: field - debian-rules-missing-recommended-target: added build-arch build-indep - out-of-date-standards-version: updated standards version to 3.9.4 - package-contains-linda-override: removed linda override - file-in-unusual-dir: not triggering, removed from override - script-with-language-extension: renamed vyatta-gen-x509-keypair.sh vyatta-gen-x509-keypair * address dpkg-gencontrol issue: - unknown substitution variable ${shlibs:Depends} - removed * address dpkg-source issue: - debian/source/format set to "3.0 (native)" * removed all references to /opt/vyatta but one from source Signed-off-by: C.J. Collier <cjcollier@linuxfoundation.org>