diff options
author | Yves-Alexis Perez <corsac@debian.org> | 2014-03-08 19:25:25 +0100 |
---|---|---|
committer | Yves-Alexis Perez <corsac@debian.org> | 2014-03-08 19:25:25 +0100 |
commit | 4a7efb286aaf809849d56841b59c2d733e8dff49 (patch) | |
tree | bdc6e801acbfb97578137258ac668ad120ed0123 /debian/ipsec.secrets.proto | |
parent | f0873edfebd5405fdbc3db93bc6832148abd3c31 (diff) | |
download | vyos-strongswan-4a7efb286aaf809849d56841b59c2d733e8dff49.tar.gz vyos-strongswan-4a7efb286aaf809849d56841b59c2d733e8dff49.zip |
stop lying about ipsec showhostkey command
* debian/ipsec.secrets.proto:
- stop lying about ipsec showhostkey command. closes: #600382
Diffstat (limited to 'debian/ipsec.secrets.proto')
-rw-r--r-- | debian/ipsec.secrets.proto | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/debian/ipsec.secrets.proto b/debian/ipsec.secrets.proto index b164b64ed..dfa6dde47 100644 --- a/debian/ipsec.secrets.proto +++ b/debian/ipsec.secrets.proto @@ -1,9 +1,7 @@ # This file holds shared secrets or RSA private keys for authentication. # RSA private key for this host, authenticating it to any other host -# which knows the public part. Suitable public keys, for ipsec.conf, DNS, -# or configuration of other implementations, can be extracted conveniently -# with "ipsec showhostkey". +# which knows the public part. # this file is managed with debconf and will contain the automatically created private key include /var/lib/strongswan/ipsec.secrets.inc |